cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Error trying to connect .. (fwd)

From: Daniel Stenberg <Daniel.Stenberg_at_haxx.nu>
Date: Mon, 29 May 2000 09:08:29 +0200 (MET DST)

I believe this was intended for the list...

-- 
   Daniel Stenberg - http://www.contactor.se/~dast - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
---------- Forwarded message ----------
Date: Fri, 26 May 2000 16:21:14 -0500
From: Ashraf Mohamed <ashraf.mohamed_at_spanlink.com>
Cc: steve.wambolt_at_home.com
Subject: RE: Error trying to connect .. 
hi
I had the same problem.
The reason was that it could not find the ssl libraries. So it did not link
them
in your build of curl.
After you run ./config... look at the file "config.log" (or config.status)
Search for ssl in it and you will see an error saying it could not find
a certain library (either libcrypto or libssl) when trying to compile the
test program for ssl.
Make sure you have the correct path to the ssl libraries. The libraries
might be in /var/ssl/lib (?)
Ash
> -----Original Message-----
> From: owner-curl_at_contactor.se [mailto:owner-curl_at_contactor.se]On Behalf
> Of Steve.Wambolt
> Sent: Friday, May 26, 2000 11:48 AM
> To: curl_at_contactor.se
> Cc: steve.wambolt_at_home.com
> Subject: Error trying to connect ..
>
>
> I am geeting the following error ..
>
> curl: (1) SSL is disabled, https: not supported
>
>
> I am running linux redhat 6.x
>
>
> I installed openssl off the the curl download page and installed it  (seem
> to work ok)   it created a dir /var/ssl
>
> Next I ran the configure (im not a programmer so I have to reply
> on INSTALL
> etc.)
> ./configure --with-ssl=/var/ssl
>
> then I ran make   then make install
>
>
> I end up with a curl file under /usr/local/bin
>
>
> if I run ./curl http://www.corel.ca  it returns the default home page of
> corels site (expected)
>
> however if I run ./curl -u/username:password https://www.foo.bar
> (I use my
> real site of course)  I get the error message as above ..     I suspect I
> screwed up the compile ..     Any ideas
>
>
> Thanks
>
>
>
> Steve
> http://curl.haxx.nu/download.html
>
Received on 2000-05-29