cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: errors installing curl

From: Joe Collins <joe_at_myplay.com>
Date: Thu, 07 Jun 2001 10:39:38 -0700

Oh sweet. This fixed my problem as well. Doh!

Thanks,

-Joe

Daniel Stenberg wrote:
>
> 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