You are not logged in.

#1 2014-10-04 09:54:36

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

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

Hello guys,
I need to instal an application to generate a scenery for X-Plane but when I click on the executable I get:

./WED: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./WED)

How could I solve it?
Thanks

Offline

#2 2014-10-04 10:51:48

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

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

https://bugs.archlinux.org/task/28252

It seems WED needs a curl version older then 7.24 .
Aur has libucrl-compat & lib32-libcurl-compat , both at 7.23.1 version.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2014-10-04 12:43:04

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

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

Thanks @Lone_Wolf, I found it!
Can I install beside the actual package (7.38.0-2)?
Installing this old version can I have vulnerabilities or security problems?

Offline

#4 2014-10-05 12:33:47

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

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

The PKGBUILD doesn't list any conflicts and just seems to install some older libs with different so-name versions.
It should work fine with the normal curl package.

vulnerabilities / security problems :  there's a reason curl abandoned those older versions.

I'd recommend installing it, runing the app that needs it, then removing it.

You could also try to contact the creator of the application and ask them for an uptodate version.
debian wheezy (stable) has curl 7.26 , so the app won't work with debian stable also.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2014-10-05 14:47:26

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

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

Really thanks again @Lone_Wolf!
I will follow your recommendations!

Offline

#6 2016-04-27 06:03:21

alekzone
Member
Registered: 2016-04-27
Posts: 1

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


$ ls -l /usr/lib/libcurl.so.3
lrwxrwxrwx 1 root root 23 апр 27 08:53 /usr/lib/libcurl.so.3 -> libcurl-compat.so.4.4.0

$ LD_PRELOAD=libcurl.so.3 /opt/viber/Viber
/opt/viber/Viber: /usr/lib/libcurl.so.3: no version information available (required by /opt/viber/Viber)
qt.network.ssl: QSslSocket: cannot resolve SSLv3_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv3_server_method
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
QObject::connect: Cannot connect (null)::stateChanged(QNetworkSession::State) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged(QNetworkSession::State)
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile  0)
(core dumped)

What to do?

Offline

#7 2016-04-27 06:13:45

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

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

Don't symlink libraries, and don't necrobump: https://wiki.archlinux.org/index.php/Fo … bumping.22


Closing


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB