LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   curl and libssl error message (https://www.linuxquestions.org/questions/linux-software-2/curl-and-libssl-error-message-938162/)

patapout 04-04-2012 07:05 PM

curl and libssl error message
 
Hi; When running a script, I got the error :

Code:

curl: /lib/i386-linux-gnu/libssl.so.1.0.0: version `OPENSSL_1.0.1' not found (required by /usr/lib/i386-linux-gnu/libcurl.so.4)
What that mean ?

I got curl installed using apt-get on ubuntu and no problem with it right now, so don't know what this error come from.
Regards

Kustom42 04-05-2012 11:57 AM

Code:

yum install openssl


---------- Post added 04-05-12 at 09:58 AM ----------

Sorry you're debian..

Code:

apt-get install openssl

nhus 04-14-2012 02:25 AM

I had to downgrade openssl and libcurl3 and lock the old versions (Debian unstable). OPENSSL 1.0.1 seems to be broken.


All times are GMT -5. The time now is 04:56 AM.