aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-02-15 09:36:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-02-15 09:36:39 +0000
commit7a37fa4aef391c42a9c59f2c0643661319e6cd74 (patch)
tree445a2db00c6f9f8b61450023d4021a5a75b4346e
parentdcee24191fc8818425d5091471907a0cf95dbc86 (diff)
32. (At least on Windows) If libcurl is built with c-ares and there's no DNS
server configured in the system, the ares_init() call fails and thus curl_easy_init() fails as well. This causes weird effects for people who use numerical IP addresses only.
-rw-r--r--docs/KNOWN_BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 33fb1286f..4ba36ebf4 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,11 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+32. (At least on Windows) If libcurl is built with c-ares and there's no DNS
+ server configured in the system, the ares_init() call fails and thus
+ curl_easy_init() fails as well. This causes weird effects for people who use
+ numerical IP addresses only.
+
31. "curl-config --libs" will include details set in LDFLAGS when configure is
run that might be needed only for building libcurl. Similarly, it might
include options that perhaps aren't suitable both for static and dynamic