cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Test Script for cURL?

From: Cris Bailiff <c.bailiff_at_awayweb.com>
Date: Wed, 12 Dec 2001 12:31:16 +1100

Jeff,

You should set --with-ssl= to the path of the openssl 'installation', not the
'openssl' command (curl wants the library, not the utility). This is usually the
directory above the openssl 'include' and/or 'lib' directories.

If you configured openssl with something like --prefix=/home/USERID/openssl ,
then thats probably the path you should give to --with-ssl for curl.

If you didn't do a 'make install' in the openssl build, then you might need to go
in to the openssl toplevel build directory and do something like 'ln -s . lib' to
make openssl/lib be a link to openssl so that the libraries can be found by curl.

Cris

Jeff Miller wrote:
>
> I finally got OpenSSL installed on my account along with cURL. I had to
> install them beneath my user directory because I am on a shared hosting
> server. It seems as though both OpenSSL and cURL were successfully
> installed. The only problem I noticed was an error that said something like
> SSL directories not found where specified at the last line after running:
> ./configure --prefix=/home/USERID/curl --with-ssl=/home/USERID/bin
>
> I checked my /home/USERID/bin directory and two files were there: c_rehash
> and openssl.
>
> Will cURL work properly when using SSL since that message came up?
>
> Everything came up with OK when running the make for cURL. Is there a
> script available that I can run to verify that things are working properly?
> Especially with SSL?
>
> Jeff
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Received on 2001-12-12