LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   LDAP: not compiled with SASL support (https://www.linuxquestions.org/questions/programming-9/ldap-not-compiled-with-sasl-support-609140/)

G00fy 12-26-2007 01:33 AM

LDAP: not compiled with SASL support
 
Hi all,


I am encountering something very strange:
- I compiled/installed ICU
- I compiled/installed OpenSSL
- I compiled/installed Cyrus SASL
- I compiled/installed OpenLDAP

But when I do the following:
Code:

steven@steven-desktop:~/share/LDAP/dist/bin$ strings ldapmodify | grep "\.so"
/lib/ld-linux.so.2
libsasl2.so.2
libssl.so.0.9.8
libcrypto.so.0.9.8
libresolv.so.2
libc.so.6
steven@steven-desktop:~/share/LDAP/dist/bin$ ./ldapmodify -H ldaps://192.168.178.30 -U administrator -W
ldapmodify: not compiled with SASL support

It tells me I haven't compiled in support for SASL, but the shared library has references inside the application??

Can someone tell me what I'm missing here?


Thanks!


All times are GMT -5. The time now is 08:15 PM.