cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: "RE: Problems compiling cURL 7.10.1 on Solaris 9."

From: Greg <sluggo_at_sluggis.com>
Date: Tue, 14 Jan 2003 02:28:21 -0800

That did the trick. Thank you very much!

- Greg

----- Original Message -----
From: "Daniel Stenberg" <daniel_at_haxx.se>
To: "Curl Mailinglist" <curl-users_at_lists.sourceforge.net>
Sent: Tuesday, January 14, 2003 12:39 AM
Subject: Re: "RE: Problems compiling cURL 7.10.1 on Solaris 9."

> 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?thaw0026en
>
>

-------------------------------------------------------
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?thaw0026en
Received on 2003-01-14