NetCoreStorageSpeedTest icon indicating copy to clipboard operation
NetCoreStorageSpeedTest copied to clipboard

Ubuntu 22.04: No usable version of libssl was found

Open jackjansen opened this issue 1 year ago • 1 comments

I'm trying to run the binary installer on Ubuntu 22.04.2 (on a headless server, in case that makes a difference) and I'm getting the rror "No usable version of libssl was found".

What is the best workaround for this? Google finds various workarounds for other programs that run into this issue, but they seem rather hack-y (like installing old versions of libssl, or even renaming .so files manually). And I don't want to destabilize my server, really.

Building from source is a bit of a problem on this machine, but I could probably build in a desktop 22.04 machine.

But I'd really like some guidance as to the best way around this...

jackjansen avatar Apr 12 '23 15:04 jackjansen

Decided to use the workaround of downloading libssl 1.0 (and the dev version) as per the instructions at https://forum.unity.com/threads/workaround-for-libssl-issue-on-ubuntu-22-04.1271405/

jackjansen avatar Apr 13 '23 09:04 jackjansen