You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
I also have openssl1.0.0 installed and am forced to have openssl 1.1 due to devian version (11 - )
I have tried installing openssl 1.0.2u 1.0.2 and from source with no luck.
Not sure where to go from here.
The text was updated successfully, but these errors were encountered: