cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Installation problems - please help

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 17 Apr 2001 10:39:09 +0200 (MET DST)

On Mon, 16 Apr 2001, Ben Ward wrote:

> My support guy over at my ISP and I are having the hardest time
> installing curl with ssl. Everytime we try to install it like so
>
> LDFLAGS=-L/usr/local/ssl/lib ./configure --with-ssl

Did you try with this:

        ./configure --with-ssl=/usr/local

When you only set the LDFLAGS, configure will find the OpenSSL libs all
right, but you'd need to set the CPPFLAGS as well to use -I to point to the
OpenSSL include file directory (probably /usr/local/ssl/include in your
case).

My suggested line should however fix both "automagically".

-- 
  Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
Received on 2001-04-17