curl: /usr/local/lib/libcurl.so.4: no version information available (required by curl

Flexup

Verified User
Joined
Feb 26, 2012
Messages
40
Hello

I have this error with curl :

curl: /usr/local/lib/libcurl.so.4: no version information available (required by curl)

i don't know where is the problem x_X
 
Are you trying to use /usr/bin/curl instead of /usr/local/bin/curl?
 
You typically get that when you have more than one version of that shared library installed on your system. For example you might have /usr/local/lib/libcurl.so.4 as well as /usr/lib/libcurl.so.4 .
 
Back
Top