From: Daniel Stenberg Date: Thu, 17 Aug 2000 11:42:59 +0000 (+0000) Subject: Added another config to the autoconf bug effect X-Git-Tag: curl-7_1_1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb169062b6343b64e68fcd9312fe713a716567e;p=thirdparty%2Fcurl.git Added another config to the autoconf bug effect --- diff --git a/docs/FAQ b/docs/FAQ index 158a5e155d..1c4054d87d 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 + Solution submitted by: Bob Allison 1.1.2. only the libssl lib is missing