|
From: <mba...@me...> - 2002-07-26 18:25:15
|
To compile openldap-2.0.25, I followed the INSTALL manual. I did the following: 1) ./configure --disable-slapd --disable-slurpd --with- python=/opt/local/web/zope/bin/python 2) make depend 3) make when run the make command, I get the following errors. ld: fatal: library -lsasl: not found ld: fatal: File processing errors. No output written to .libs/libldap.so.2.0.16 *** Error code 1 make: Fatal error: Command failed for target `libldap.la' Current working directory /opt/local/web/ldap/openldap- 2.0.25/libraries/libldap *** Error code 1 make: Fatal error: Command failed for target `all-common' Current working directory /opt/local/web/ldap/openldap-2.0.25/libraries *** Error code 1 make: Fatal error: Command failed for target `all-common' I checked the /opt/local/web/ldap/openldap-2.0.25/libraries/ for 'libldap.la' file and there was not one. Instead it has a libldap folder. I checked to see if the file exists there, but could not find one. Am i missing something here? --Madhavi |