mirror of
https://github.com/curl/curl.git
synced 2026-07-30 13:28:27 +03:00
Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors.
This commit is contained in:
parent
c4ce9ac4de
commit
205f8b266c
11 changed files with 138 additions and 14 deletions
|
|
@ -91,7 +91,3 @@ may have been fixed since this was written!
|
|||
and havoc is what happens.
|
||||
More details on this is found in this libcurl mailing list thread:
|
||||
http://curl.haxx.se/mail/lib-2002-08/0000.html
|
||||
|
||||
1. LDAP support requires that not only the OpenLDAP shared libraries be
|
||||
present at run time, but the development libraries (liblber.so and
|
||||
libldap.so) as well (not applicable to Windows).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue