BoiseComputer / atlas-server-tools

Install and manage ATLAS game servers using Linux CLI. Allows for management of multiple server grid instances.
https://biteoftech.com/2019/01/22/atlas-linux-server-tools/
MIT License
28 stars 7 forks source link

libssl.so.1.0.0: version `OPENSSL_1.0.2' not found (required by libcurl.so.4) #35

Open AceScottie opened 2 years ago

AceScottie commented 2 years ago

I have tried a lot to get this working without success. full error: /lib/x86_64-linux-gnu/libssl.so.1.0.0: version 'OPENSSL_1.0.2' not found (required by /home/steam/ATLAS/ShooterGame/Binaries/Linux/libcurl.so.4)

I followed the quickstart guide to the letter and started out with issues of it just not running. Found the logs in /var/logs/atlastools/atlasserver.log and went through the issue of installing libssl1.0.0 and libssl1.0.2.

After getting both of those setup i went though the issue of libprotobuf and managed to install that too.

Now i have this issue of openssl not being found even though it does exist.

~$ ls /usr/lib/x86_64-linux-gnu/openssl-1.0.2/engines/
lib4758cca.so  libaep.so  libatalla.so  libcapi.so  libchil.so  libcswift.so  libgmp.so  libgost.so  libnuron.so  libpadlock.so  libsureware.so  libubsec.so

I also have openssl1.0.0 installed and am forced to have openssl 1.1 due to devian version (11 - )

~$ openssl version -a
OpenSSL 1.1.1n  15 Mar 2022
built on: Fri Jun 24 20:22:19 2022 UTC
platform: debian-amd64
options:  bn(64,64) rc4(16x,int) des(int) blowfish(ptr)
compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -Wa,--noexecstack -g -O2 -ffile-prefix-map=/build/openssl-qQYEec/openssl-1.1.1n=. -fstack-protector-strong -Wformat -Werror=format-security -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2
OPENSSLDIR: "/usr/lib/ssl"
ENGINESDIR: "/usr/lib/x86_64-linux-gnu/engines-1.1"
Seeding source: os-specific

I have tried installing openssl 1.0.2u 1.0.2 and from source with no luck. Not sure where to go from here.