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

Make Fails with undefined symbols error (ITS#1412)



Full_Name: Kyle Johnson
Version: 2.0.18
OS: Darwin 1.4 (OSX 10.1)
URL: 
Submission from: (NULL) (24.25.10.149)


I did ./configure then make depend.  Both those seemed to work fine.  During
Make, I got the following errors.

cc -g -O2 -I../../include        -I../../include       -c -o apitest.o
apitest.c
/bin/sh /usr/local/src/openldap-2.0.18/libtool --mode=link cc -g -O2
-I../../include        -I../../include    
-L/usr/local/src/openldap-2.0.18/libraries   -o apitest apitest.o -lldap -llber
-llutil   -lssl -lcrypto  -lssl -lcrypto  
cc -g -O2 -I../../include -I../../include
-L/usr/local/src/openldap-2.0.18/libraries -o apitest apitest.o -lldap -llber
-llutil -lssl -lcrypto -lssl -lcrypto
/usr/bin/ld: Undefined symbols:
_sk_GENERAL_NAME_num
_sk_GENERAL_NAME_value
make[2]: *** [apitest] Error 1
make[1]: *** [all-common] Error 1
make: *** [all-common] Error 1