Page 1 of 1

OpenSSL_1.0.0 not found

Posted: Wed Apr 14, 2021 12:46 am
by Goatlegs
Initialy the issue was that it was unable to finde libcrypto.so.1.0.0 but I sym linked it to the newer version and now it screems the below at me. Anyone seen this before. Trying to build a lil server on the gcloud

/usr/games/zandronum/zandronum-server: /lib/x86_64-linux-gnu/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/games/zandronum/zandronum-server)

Re: OpenSSL_1.0.0 not found

Posted: Sat May 08, 2021 5:39 pm
by yum13241
Distro?

Re: OpenSSL_1.0.0 not found

Posted: Tue Dec 07, 2021 8:45 pm
by Darkicus
I encountered a similar issue when I updated from Mint 18.3 to Mint 20.2; the 1.0.0 version is no longer supported and has been replaced with 1.1.0 preventing the server from launching.
However I noticed that the necessary 1.0.0 version of the library is included in the /usr/games/zandronum folder, even though for some reason zandronum-server isn't looking there.
To get around the problem I set an environmental variable to search for libraries in /usr/games/zandronum before looking elsewhere, then ran doomseeker and was able to create a server successfully.
For convenience I created a text file with the necessary commands, as such;

Code: Select all

LD_LIBRARY_PATH=/usr/games/zandronum
export LD_LIBRARY_PATH
doomseeker