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

Re: problem with sasl library



On Wed, Mar 14, 2001 at 11:45:04AM -0600, Uma Vaiyapuri wrote:
> I am trying to install openLDAP. I have also installed opelSSL, kerberos and 
> SASL. WHen I run a "make test" it gives error stating "error in loading 
> shared libraries:libsasl.so.7 cannot load shared libraries" ALthough I 
> provided the env parameter with the configure.
> 
> env LDFLAGS="-l/usr/local/lib/" ./configure --with-wrappers was the command 
> used.

That should be a capital "L", as in LDFLAGS="-L/usr/local/lib/" . . . 

--JB