aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-17 11:42:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-17 11:42:59 +0000
commitbfb169062b6343b64e68fcd9312fe713a716567e (patch)
tree37c68c198e73d5f8699c7abd69dfa71f9d1f8eec /docs/FAQ
parent2b53a24c4f2ac04f35c2c9bb6d9d341f4c5663e5 (diff)
Added another config to the autoconf bug effect
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 158a5e155..1c4054d87 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -51,7 +51,10 @@ FAQ
1.1.1. native linker doesn't find openssl
- Platforms: Solaris (native cc compiler) and HPUX (native cc compiler)
+ Affected platforms:
+ Solaris (native cc compiler)
+ HPUX (native cc compiler)
+ SGI IRIX (native cc compiler)
When configuring curl, I specify --with-ssl. OpenSSL is installed in
/usr/local/ssl Configure reports SSL in /usr/local/ssl, but fails to find
@@ -65,7 +68,7 @@ FAQ
./configure places the -L/usr/local/ssl/lib early enough in the command
line to make things work
- Submitted by: Bob Allison <allisonb@users.sourceforge.net>
+ Solution submitted by: Bob Allison <allisonb@users.sourceforge.net>
1.1.2. only the libssl lib is missing