curl-users
Re: errors installing curl
Date: Thu, 7 Jun 2001 08:16:46 +0200 (MET DST)
On Wed, 6 Jun 2001, David Gladstone wrote:
> i am currrently having errors trying to install curl with ssl
> this is the error message i get
> checking where to look for SSL... /usr/local/ssl
> checking for CRYPTO_lock in -lcrypto... (cached) no
> configure: error: OpenSSL libs and/or directories were not found where
> specified!
> i have openssl installed in /usr/local/ssl but it looks like configure
> cannt find it what should i do
Remove the config.cache file and then rerun configure ('make distclean' will
do it). The "(cached)" text means that the configure script found the result
to the check in the cache-file, not by actually trying to find it.
This is most likely (as Juan Valentín-Pastrana already pointed out) because
you've run configure once without the --with-ssl option.
-- Daniel Stenberg -- curl dude -- http://curl.haxx.se/Received on 2001-06-07