curl-users
RE: libssl problems
Date: Tue, 11 Nov 2003 12:57:17 -0500
I set LD_LOCAL_PATH to be just /usr/local/ssl/lib, but get the following:
> ldd /usr/local/bin/curl
libcurl.so.2 => /usr/local/lib/libcurl.so.2
libssl.so.0.9.7 => /usr/local/ssl/lib/libssl.so.0.9.7
libcrypto.so.0.9.7 => /usr/local/ssl/lib/libcrypto.so.0.9.7
libdl.so.1 => /usr/lib/libdl.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libz.so.1 => /usr/lib/libz.so.1
libc.so.1 => /usr/lib/libc.so.1
libgcc_s.so.1 => (file not found)
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
libmp.so.2 => /usr/lib/libmp.so.2
/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
> /usr/local/bin/curl
ld.so.1: /usr/local/bin/curl: fatal: libgcc_s.so.1: open failed: No such
file or directory
Killed
Why are there (1) two instances for some and (2) now get a libgcc error?
I upgrade libgcc and openssh as well as part of the patching, I left that
out in the origional email.
Jared
-----Original Message-----
From: Daniel Stenberg [mailto:daniel-curl_at_haxx.se]
Sent: Tuesday, November 11, 2003 12:37 PM
To: Curl Mailinglist
Subject: Re: libssl problems
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/ ------------------------------------------------------- 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