You are not logged in.

#1 2012-04-29 19:49:36

n0dix
Member
Registered: 2009-09-22
Posts: 956

Openssl and Curl version 3

Hello guys.

I'm building a simple program just to show you what i think my problem is. I compiled and run my program on Arch Linux machine without problem. When i run the program (not compiled) on my other machine (Ubuntu 12.04) i got this problem:

/usr/lib/i386-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_4' not found

I found few information over internet. But i discovery that the problem is somehow related to Openssl and Curl.

Anyone have idea of which package should i downgrade to get openssl version 3

Any idea is welcome as well.

TIA

Offline

#2 2012-04-29 21:53:04

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,643

Re: Openssl and Curl version 3

Moderator comment:
m0dix, it appears that you are asking for Ubuntu, but I know you are an Arch user smile 
If you are asking how to back a backage down on Ubuntu, you really need to ask on their forums.  Asking here muddies the waters of these forums.

In case I am missing something, I will leave this thread open -- for now.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2012-04-30 01:30:49

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: Openssl and Curl version 3

Ok. My question probably has two points of view, first, downgrade openssl to version 3 on Arch, second, upgrade openssl to version 4 in Ubuntu. I'm glad that you leave this thread open because i'm only referring to Arch system and not to Ubuntu.

I tried to downgrade openssl from version 1.0.1b to version 1.0.1-1 but is not working either. Any idea of which package should i downgrade to use openssl version 3 and not version 4?
I also tried adding the following to my program but it didn't help.

curl_easy_setopt(curl, CURLOPT_SSLVERSION, 3);

TIA.

Last edited by n0dix (2012-04-30 01:32:01)

Offline

Board footer

Powered by FluxBB