OpenSSL_1.0.0 not found

General help and assistance forum.
Post Reply
Goatlegs
Registered just to make one post
Posts: 1
Joined: Mon Apr 12, 2021 1:49 am

OpenSSL_1.0.0 not found

#1

Post by Goatlegs » Wed Apr 14, 2021 12:46 am

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)

yum13241
New User
Posts: 7
Joined: Sat May 08, 2021 2:42 pm

Re: OpenSSL_1.0.0 not found

#2

Post by yum13241 » Sat May 08, 2021 5:39 pm

Distro?

Darkicus
Registered just to make one post
Posts: 1
Joined: Tue Dec 07, 2021 7:30 pm

Re: OpenSSL_1.0.0 not found

#3

Post by Darkicus » Tue Dec 07, 2021 8:45 pm

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

Post Reply