You are not logged in.
Pages: 1
Hello everybody, since an update steam is not launching when I do a STEAM_RUNTIME=0 steam
You are missing the following 32-bit libraries, and Steam may not run:
libgcrypt.so.11however when I do a
yaourt -S lib32-libgcrypt
it's already installed
Steam works with STEAM_RUNTIME=1 steam
Do you have any idea what is going wrong ?
Last edited by brizou (2014-01-20 19:57:42)
Offline
Do you have any idea what is going wrong ?
As 'pacman -Ql lib32-libgcrypt' will tell you, lib32-libgcrypt doesn't have libgcrypt.so.11.
lib32-libgcrypt15 in the AUR builds the shared object file you're missing.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Online
Thank you very much, I'm gonna have to learn more about pacman options...
Last edited by brizou (2014-01-20 19:57:26)
Offline
I'm not familiar with Steam, but why is the lib32-libgcrypt15 needed? steam is in the repos, so it shouldn't rely on a package from the AUR.
Offline
Steam bundles it's own prebuilt libraries along with the binary, but you can use system libraries if you prefer by setting the STEAM_RUNTIME env variable to 0.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Online
Thanks, I was just skimming through the wiki and I wasn't sure if I got https://wiki.archlinux.org/index.php/St … ve_runtime right.
Offline
Pages: 1