aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2004-12-23 22:34:00 +0000
committerDan Fandrich <dan@coneharvesters.com>2004-12-23 22:34:00 +0000
commitf5e0ff217056aa9a2073952cbee9039400e78154 (patch)
treed59b87d714b165006798fb3f25b7fffab6dae0f3
parent814d176b86ff826e4422ebe67f47e11450f270d5 (diff)
Added LDAP library issue.
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 085506d98..0d575d847 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -46,7 +46,7 @@ may have been fixed since this was written!
* libcurl doesn't treat the content-length of compressed data properly, as
it seems HTTP servers send the *uncompressed* length in that header and
- libcurl thinks of it as the *compressed* lenght. Some explanations are here:
+ libcurl thinks of it as the *compressed* length. Some explanations are here:
http://curl.haxx.se/mail/lib-2003-06/0146.html
* IPv6 support on AIX 4.3.3 doesn't work due to a missing sockaddr_storage
@@ -63,3 +63,7 @@ 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
+
+* 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).