question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

marketmaker issue with libcurl.so.4: version `CURL_OPENSSL_3' in Manjaro/Arch Distros

See original GitHub issue

I’m no expert but after chatting with others in support we decided best to sumbit an issue here. BarterDex stops at “Pleas wait…” Apparently because marketmaker never starts Running.

Running marketmaker alone gives this

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

Whether SSL3 is needed or not for marketmaker it does not start because of this version check.

Arch and Manjaro distros no longer include SSL3 as of this commit here: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/openssl&id=4b82ed4285c7cb76caf6d75a015c5a7542c625d1

It’s because SSL3 on the way out https://www.edgehosting.com/blog/2016/01/alternatives-for-tlsv1-and-sslv3-encryption/

So no surprise, with Arch/Manjaro being on the bleeding edge of things… (as some claim) has removed any potential dependency on SSL3

But apparently something in marketmaker’s version checks it wants to see some SSL3 love but finds none and will never unless you do something like this (recompiling SSL3 in) which seems useless other than passing a version check.

http://vaughanhilts.me/blog/2017/02/06/openssl-with-sslv3-on-arch-linux-for-dot-net-core.html

I’m not sure what category this goes, so admin, please move this issue where if it belongs.

Cheers 😃

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
artemii235commented, Jun 19, 2018

@ShapeShifter499 Hi, excuse me, I didn’t have a chance to look at it yet. I will post a comment here once I fix it.

0reactions
ShapeShifter499commented, Jun 18, 2018

@artemii235 any updates on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

"libcurl.so.4: version `CURL_OPENSSL_3' not found" In Citra ...
The problem here is that citra requires openssl, but Manjaro/Arch Linux seems to use a libcurl that is build with gnutls. I don't...
Read more >
usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found
It should work fine with the normal curl package. vulnerabilities / security problems : there's a reason curl abandoned those older versions. I' ......
Read more >
[ARM Unstable Update] 2022-11-18 - OpenSSL 3 update
Applications spotted to have the issue include: Fixed Silver (used in Sway and Gnome for terminal theming); Fixed SDDM (issue only seen on...
Read more >
[linux] libcurl.so.4: version `CURL_OPENSSL_3' not found
I try to run the game and I get this issue and the game doesn't run at all. Anyone know of any fixes?...
Read more >
[SOLVED] Open SSL issues. [Linux] - Airbus A319 - X-Plane.org
All of this was tested on Manjaro Linux, latest updates with Kernel ... In it you can see that a "dlerror:/usr/lib/libcurl.so.4: version ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found