[Date Prev][Date Next] [Chronological] [Thread] [Top]

OpenLDAP won't build on OSX (ITS#1123)



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