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: 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!
Login / Register
- New Steam Controller 2 and VR controller designs got leaked
- Huge new Proton 9.0-4 update for Steam Deck / Linux now in need of testing
- Mesa 24.3.0 graphics drivers for Linux released with many new features and bug fixes
- Steam Deck OLED wins Best Gaming Hardware in the Golden Joystick Awards 2024
- The latest from Prime Gaming - November 22 edition - lots for Steam Deck / Linux
- > See more over 30 days here
-
LIGHT OF MOTIRAM takes Horizon Zero Dawn and turns it i…
- enigmaxg2 -
LIGHT OF MOTIRAM takes Horizon Zero Dawn and turns it i…
- Jarmer -
We're getting a Palworld x Terraria crossover, major Pa…
- JustinWood -
We're getting a Palworld x Terraria crossover, major Pa…
- ShadowXeldron -
Incredible retro FPS Selaco adds a new 'Special Campaig…
- chickenb00 - > See more comments
- Adjusted our game pages search bar
- Liam Dawe - Astral Ascent - is it really like Dead Cells?
- CatKiller - The Nightdive Source Port List
- Shmerl - New Desktop Screenshot Thread
- Hamish - Spare gog keys
- Pyrate - See more posts
View PC info
Running X4: Foundations
./X4: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
View PC info
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 April 2020 at 11:35 pm UTC
View PC info
View PC info
libssl.so.1.0.0
andlibcrypto.so.1.0.0
toX4_Foundations/game/lib
where 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.