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

cyrus sasl solaris 9



Hello, i have compiled openldap 2.1.* sucefully in solaris 9, and it works great, but i need openldap 2.0.* version, soo, when i try to compile, i never get ./configure sucefully, dont understand why, i have done exacly like in 2.1.*, and it dont works...

it stop's here...

checking for sasl.h... yes
checking for sasl_client_init in -lsasl... no
configure: error: Could not locate Cyrus SASL
bash-2.05#

I have:

LDFLAGS="-L/opt/cyrus-sasl/lib/sasl2 -L/opt/cyrus-sasl/lib -L/opt/sfw/lib/ -L/usr/local/lib -L/usr/lib"

And it dont give me that error, what library is he looking for?
when i try gcc -lsasl , it says dont find the lybrary too, but openldap 2.1.* compiles great, but i need 2.0.*, some one know how to help me?