Ok, I export the directories, but.....
checking for sasl.h... yes
checking for sasl_client_init in -lsasl... no
configure: error: Could not locate Cyrus SASL
Now, this is my problem.
Any ideas ?
hatim wrote:
before doing the ./Configure , do an export , like that :
export CPPFLAGS="-I/usr/local/include/sasl/ -I/usr/local/include"
export LDFLAGS="-L/usr/local/include/sasl/ "
Le Mercredi 5 Mars 2003 14:12, vous avez écrit :
Hi,
I'm install cyrus-sasl, but when I compiler the openldap I received
this
messages:
./configure --with-cyrus-sasl
....
checking for sasl.h... no
configure: error: Could not locate Cyrus SASL
My sasl.h is in the /usr/local/include/sasl/sasl.h directory.
Any ideas ?