curl-users
Re: "RE: Problems compiling cURL 7.10.1 on Solaris 9."
Date: Tue, 14 Jan 2003 09:39:13 +0100 (MET)
On Mon, 13 Jan 2003, Greg wrote:
> Now, fast forward 12 hours and one complete reinstallation of the OS and
> everything else...
>
> I reinstalled and used the 7.10.3-pre6 package:
>
> Ran ./configure --with-ssl and didn't see any errors.
> Ran make and it made it all the way through.
> Ran make install and that didn't choke either.
>
> Moment of truth:
>
> bash-2.05# curl www.yahoo.com
> ld.so.1: curl: fatal: libssl.so.0.9.6: open failed: No such file or
> directory
> Killed
> bash-2.05#
>
> I checked and libssl.so.0.9.6 does indeed live in /usr/local/ssl/lib
Right, it might be there but your runtime linker (obviously) doesn't know
that.
Make sure that your LD_LIBRARY_PATH (or similar) is setup to include that
directory.
"ldd /path/to/curl" should list all shared libs and the path to where they
are found.
> Any of this help?
Yes, it means that curl compiled and built fine, this is just a minor quirk
left for you to get it running on your system.
-- Daniel Stenberg -- curl, cURL, Curl, CURL. Groks URLs. ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026enReceived on 2003-01-14