cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Libcurl Dying at Perform()

From: Kamil Dudka <kdudka_at_redhat.com>
Date: Fri, 14 Aug 2009 08:30:58 +0200

On Friday 14 of August 2009 08:25:57 Kamil Dudka wrote:
> On Friday 14 of August 2009 00:47:49 Brandon Tate wrote:
> > Upon looking through my lib folder I notice that I have several
> > versions of libcurl in there. One of them is libcurl.so.4. Seeing as
> > how it said the conflict would be with libssl.so.4 and libcrypto.so.4,
> > I'm thinking this could be a solution to that. But I'm not familiar
> > with how to use these environment variables. So how would I go about
> > using the LD_LIBRARY_PATH and LD_PRELOAD environment variables in the
> > make file to change out libcurl.so with libcurl.so.4 only?
>
> Please don't top post. These files are usually symlinks. Use ls(1) -l
> or readlink(1) to find out where they points to. You don't event need
> to rebuild anythink to use these variables. For details have a look
> at ld.so(8) man page.

And if you want to check which libraries are going to be used in run-time,
you can determine this using ldd(1). The above mentioned variables works
here as well.

Kamil
Received on 2009-08-14