libcurl.so.4: "version `CURL_OPENSSL_3' not found" error

Moderators: 666philb, Forum moderators

Post Reply
User avatar
takenp
Posts: 42
Joined: Tue Aug 25, 2020 10:38 am
Has thanked: 72 times
Been thanked: 12 times

libcurl.so.4: "version `CURL_OPENSSL_3' not found" error

Post by takenp »

Some days ago I met this problem in Fossapup64: nQuake wich I was going to play this holidays with my sons got this error on the run:

Code: Select all

/usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found

Hanging around this problem I found that our current libcurl.so.4 possibly doesn't have some openssl support. (It has tls or even nss but not openssl). So I had to comile the newest one which has such a support. Here it is attached.

If you need some other features from you libcurl -- just recompile it. It is very easy:

grab the latest source code from https://curl.se/download/ and unpack it, then:

Code: Select all

cd <dir>
./configure
cmake .
make

during configuration it will ask you which ssl support you need.

You may find compiled libcurl.so* files in the lib/ directory of the source dir. Just cp them to /usr/lib/x86_64-linux-gnu/

thats all.

Attachments
libcurl-7.87.0-openssl.pet
(258.98 KiB) Downloaded 90 times

=~=~=~=~
I'm running online-radio called Melodymaker
Listen it here https://radio.melodymaker.org

Post Reply

Return to “Fossapup64”