curl-users
Re: LDAP Support
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 25 Sep 2000 13:55:48 +0200 (MET DST)
Date: Mon, 25 Sep 2000 13:55:48 +0200 (MET DST)
On Thu, 21 Sep 2000, Bill Gray wrote:
> curl 7.2 (hppa1.1-hp-hpux.10.20) libcurl 7.2.1 (SSL 0.9.5)
>
> curl reports:
>
> curl: (40) The needed LDAP library/libraries couldn't be opened.
>
> I cannot locate any configure options for ldap (like there were with ssl)
> where I could point the compile at them. Is this one where I should be
> messing directly with the Makefiles??
Curl uses the shared library styl ldap libraries. Thus, it loads the library
on run-time only when needed.
Make sure your LD_LIBRARY_PATH environment variable contains the directory in
which the openldap shared library is stored.
-- Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/Received on 2000-09-25