ubuntu 22: Curl_openssl_3 not found

https://www.merging.com/products/alsa_r ... s67_driver
Forum rules
The Merging Technologies team cannot be held responsible for support queries logged on the public forums. If a support query is logged here and only here, it may not be found and dealt with by the appropriate team.
If you need assistance please contact tech support.
anton551
Posts: 1
Joined: Thu Oct 27, 2022 12:28

ubuntu 22: Curl_openssl_3 not found

Postby anton551 » Mon Oct 31, 2022 19:33

ubuntu 22:

./Merging_RAVENNA_Daemon: /lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./Merging_RAVENNA_Daemon)

Seems to be an old version.
Is there a solution for this issue?

pepe44
Posts: 39
Joined: Sat Oct 24, 2020 12:49

Re: ubuntu 22: Curl_openssl_3 not found

Postby pepe44 » Sat Jun 17, 2023 22:25

i get the same error.
seems this forum is "dead".
Let me know if you managed to build the driver correctly.

antoszka
Posts: 22
Joined: Wed Dec 03, 2008 12:17

Re: ubuntu 22: Curl_openssl_3 not found

Postby antoszka » Sat Jan 04, 2025 01:50

Yeah, I was surprised for the kernel module to actually compile and load.

But the daemon is linked against some ancient libraries. There are workarounds, but you'd probably have to compile libcurl3 manually, put it in some non-standard location and LD_PRELOAD that library for this specific binary.

A hack ugly as shit.