cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: linking trouble: libcurl.so.4 not found

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 9 Jan 2008 23:24:11 -0800

On Thu, Jan 10, 2008 at 12:51:18AM -0600, queto putito wrote:
> LD_LIBRARY_PATH was set at run time
>
> ldd /usr/local/lib/libcurl.so.4
> linux-gate.so.1 => (0xffffe000)
> libc.so.6 => /lib/tls/i686/cmov/libc.so.6
> (0xb7d98000)
> /lib/ld-linux.so.2 (0x80000000)

Odd. Does your executable have an RPATH set? What's the output of
objdump -x ./first_try ? Are you sure libcurl and your app were
compiled with the same compiler?

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2008-01-10