cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Need Some Help Installing OpenSSL

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 16 Nov 2001 12:16:36 +0100 (MET)

On Thu, 15 Nov 2001, Jeff Miller wrote:

> Is there anyway I can just install it where it keeps putting it and tell
> cURL that is where it is located?

Yes

> If so, how?

./configure --with-ssl=/path/to/ssl/root

> I tried doing that and it said could not find OpenSSL libraries.

Find the directory in which you have the two openssl libs, 'SOMETHING/lib'.
There should also be a 'SOMETHING/include'.

You make curl build using that ssl place with:

 ./configure --with-ssl=SOMETHING

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-11-16