cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: dependency issue with libcurl.so.3 vs libcurl.so.4

From: Alex Bligh <alex_at_alex.org.uk>
Date: Tue, 4 Jun 2013 09:33:00 +0100

On 4 Jun 2013, at 09:21, Petr Pisar wrote:

> On Mon, Jun 03, 2013 at 04:56:08PM +0000, Gopikrishnan Balasubramanian -X (gopbalas - HCL TECHNOLOGIES LIMITED at Cisco) wrote:
>>
>> I have checked my build system. Its not there anywhere in the server.
>>
> Probably somewhere else. You have to look more carefully. E.g. you can watch
> building process of your application, especially commands used to compile and
> link the executable that will require the old library.

Also check the output of these commands:
  curl-config --libs
  pkg-config --libs libcurl

and (as root)
  ldconfig -V | fgrep curl

ldd -v (your object file)

-- 
Alex Bligh
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2013-06-04