While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Bazzite Linux 44 lands for desktop gamers and it's a big release
- Facepunch launches s&box, the highly anticipated successor to Garry's Mod
- Valve have plans for the Steam Deck 2, plus a brief Steam Machine / Steam Frame update
- Denuvo DRM reportedly fully cracked open, 2K apparently fights back with online checks
- Here's the top Steam Deck games for April 2026
- > See more over 30 days here
- Steam Deck desktop mode localization
- on_en_a_gros - Why most people are approaching the xz-attack wrong.
- LoudTechie - Lutris alternatives
- sourpuz - Welcome back to the GamingOnLinux Forum
- sourpuz - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Running X4: Foundations./X4: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Alternatively you could place that library in the game's folder and run the game using the LD_LIBRARY_PATH environment variable. This way you can run the game without modifying your system, personally I prefer it.
Last edited by Avehicle7887 on 12 Apr 2020 at 11:35 pm UTC
libssl.so.1.0.0andlibcrypto.so.1.0.0toX4_Foundations/game/libwhere the game picks it up. This way I don't screw with my system lib by downgrading openssl. This works for most problems like this:beko … linux X4_Foundations game ldd X4./X4: /lib64/liblber-2.4.so.2: no version information available (required by ./X4)
./X4: /lib64/libldap_r-2.4.so.2: no version information available (required by ./X4)
./X4: lib/libssl.so.1.0.0: no version information available (required by ./X4)
./X4: lib/libssl.so.1.0.0: no version information available (required by ./X4)
./X4: lib/libcrypto.so.1.0.0: no version information available (required by ./X4)
linux-vdso.so.1 (0x00007ffed0b43000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007fea9d4d8000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fea9d4b6000)
[...]
Doesn't matter from where you copy that lib as long as it matches the architecture and libc. It can be copied from Steam or any other application shipping this deprecated lib. F5 for example.