cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Libcurl Dying at Perform()

From: Brandon Tate <brandonntate_at_gmail.com>
Date: Thu, 13 Aug 2009 18:47:49 -0400

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?

Thanks,
Brandon

Does this sound like the right track to you?

On Aug 13, 2009, at 12:39 PM, Kamil Dudka wrote:

> On Thursday 13 of August 2009 18:34:24 Brandon Tate wrote:
>> How would I go about running it as a standalone application. The
>> program compiles to a testing.cgi file. Not sure how I'd pull this
>> particular part out and run it, as it works with many other parts.
>>
>> What are your thoughts on the the two warnings about libsll and
>> libcrypto? Is that a likely offender or can I rule that out?
>
> Yes, broken ABI might be the offender. If the program is compiled
> against
> different headers than it runs afterwards, it can crash badly.
>
> Kamil
Received on 2009-08-14