Issue 1123 - OpenLDAP won't build on OSX
Summary: OpenLDAP won't build on OSX
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: build (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-20 22:27 UTC by kyle.johnson@duke.edu
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description kyle.johnson@duke.edu 2001-04-20 22:27:30 UTC
Full_Name: Kyle Johnson
Version: 2.0.7
OS: Mac OSX
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (24.25.8.81)


Once I got past the configure sed problems, I still can't get OpenLDAP to build
on Mac OSX.  MAKE DEPEND works fine, but when I do MAKE, it chugs along for
awhile until I get:

cc -g -O2 -I../../include -I../../include -L/usr/local/src/ldap/libraries -o
apitest apitest.o -lldap -llber -llutil -lssl -lcrypto -lssl -lcrypto
/usr/bin/ld: Undefined symbols:
_inet_ntop
make[2]: *** [apitest] Error 1
make[1]: *** [all-common] Error 1
make: *** [all-common] Error 1
Comment 1 Kurt Zeilenga 2001-04-23 05:47:09 UTC
moved from Incoming to Build
Comment 2 Kurt Zeilenga 2001-05-02 23:04:26 UTC
changed notes
changed state Open to Suspended
Comment 3 Kurt Zeilenga 2001-05-06 16:04:38 UTC
changed notes
changed state Suspended to Test
Comment 4 Kurt Zeilenga 2001-05-12 17:49:04 UTC
changed state Test to Closed
Comment 5 Howard Chu 2002-06-20 10:38:04 UTC
moved from Build to Archive.Build
Comment 6 OpenLDAP project 2014-08-01 21:05:09 UTC
Added inet_ntop() test to configure (HEAD), Luke to test.