curl-users
Re: libssl problems
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 11 Nov 2003 18:36:40 +0100 (CET)
Date: Tue, 11 Nov 2003 18:36:40 +0100 (CET)
On Tue, 11 Nov 2003, Jared Ingersoll wrote:
> bash-2.05$ LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/local/lib
> bash-2.05$ /usr/local/bin/curl
> ld.so.1: /usr/local/bin/curl: fatal: libssl.so.0.9.7: open failed: No such
> file or directory
If you run 'ldd /usr/local/bin/curl' instead of starting it, you'll see that
the run-time linker doesn't find the necessary ssl library.
I think it seems as if your libssl fix installed a different version so that
the 0.9.7 version isn't present in the path anymore.
-- Daniel Stenberg -- http://curl.haxx.se/ -- http://daniel.haxx.se/ [[ Do not post private mails to this email address. They won't reach me. ]] ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/Received on 2003-11-11