curl-users
Re: Installing curl on Solaris 10
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 27 Jul 2007 23:22:32 +0200 (CEST)
Date: Fri, 27 Jul 2007 23:22:32 +0200 (CEST)
On Fri, 27 Jul 2007, KNS Information Services wrote:
> Thank you. Curl is now successfuly installed but when I enter the following
> command (as per the man pages) I get the following:
>
> curl --interface eth0:1 http://www.netscape.com/
> ld.so.1: curl: fatal: libssl.so.0.9.8: open failed: No such file or
> directory
That's because your run-time linker doesn't find the libssl.so.0.9.8 when you
invoke curl. You can most probably fix that by setting LD_LIBRARY_PATH or
similar before you run curl.
This isn't strictly an issue with curl...
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-07-27