cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: conflicting messages

From: doug Kellogg <dak_at_mind.net>
Date: Wed, 30 Jan 2002 15:39:04 -0800

On Wednesday 30 January 2002 11:06 am, you wrote:
> On Wed, Jan 30, 2002 at 10:20:13AM -0800, doug Kellogg wrote:
> > curl: (1) libcurl was built with SSL disabled, https: not supported!
>
> You must configure curl with "./configure --with-ssl" and after compiling
> "src/curl -V" should tell you something like:
> curl 7.9.3 (i586-pc-linux-gnu) libcurl 7.9.3 (OpenSSL 0.9.6)
> Then do a "make install".
>
> You should also apply the patches that where posted to the list
> during the last days.
>
> Bye,
> Georg

Thanks for your help, but when I try a ./configure --with-ssl the openssl
header weren't found. I found that I had to be root for configure to find
those header files. After that everything worked.
Received on 2002-01-31