-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
My CI compiled version won't run on my new server.
./atomic-server: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
OpenSSL is installed:
openssl version
OpenSSL 1.1.1f 31 Mar 2020
But this could be a different version from the one running in the compiler, causing the issue.
Yep, seems like the CI uses OpenSSL 3 and my ubuntu VPS 1.1.1.
Manually updating openssl failed.
I really should look into ditching openssl #192
I now just made the https-init code optional, but it's not really a solution for longer.
Metadata
Metadata
Assignees
Labels
No labels