cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl Reporting Different Version Between Commands

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Tue, 30 Apr 2013 11:25:55 +0200

On Tue, Apr 30, 2013 at 09:55:45AM +0100, Ben Thomas wrote:
> I get:
>
> libcurl.so.4 => /usr/lib/i386-linux-gnu/libcurl.so.4 (0xb7674000)

There's the problem. curl installs the library in /usr/lib but the system
version is in another location, and obviously higher in the search path.
You'll need to either delete that version or reconfigure curl to install its
version in that directory instead (or manually copy it there).

Another option (that's probably too late for you now) is to have curl install
itself in the default location, /usr/local, then make sure the library search
path includes that first so any locally-installed libraries take precedence.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-04-30