[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: SupportedSaslMechanism won't display
Well my configure script shows the following:
checking for sasl.h... yes
checking for sasl_client_init in -lsasl... yes
and after that I did a make depend, make , and make install
sequence...
Regards,
Fozia
-----Original Message-----
From: Turbo Fredriksson
To: openldap-software@OpenLDAP.org
Sent: 5/29/02 4:19 PM
Subject: Re: SupportedSaslMechanism won't display
>>>>> "Fozia" == Fozia Zaidi <fzaidi@karthika.com> writes:
Fozia> I compiled openldap 2.0.23 with configure options
Fozia> --with-cyrus-sasl, --enable-spasswd
Did the configure script FIND the SASL libraries!? I got this problem
the very first time I tried this. It was because the configure script
didn't find the SASL libraries in /usr/lib/sasl (where my OS put's it).
Fozia> and when I try the command ldapsearch -x -s base -b ""
Fozia> supportedSASLMechanism
Is it/they actually built with SASL?
----- s n i p -----
[papadoc.pts/1]$ ldd `which ldapsearch` | grep sasl
libsasl.so.7 => /usr/lib/libsasl.so.7 (0x40055000)
----- s n i p -----