You are missing the following 32-bit libraries, and Steam may not run: libGL.so.1

Дано ОС — ubuntu 14 64 bit. При запуске Стим выдает такую ошибку:

You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1

В интернете все советуют установить ia32-libs, но вот беда..

eugene@home:~$ sudo apt-get install ia32-libs

Reading package lists…

Done Building dependency tree Reading state information…

Done ia32-libs is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded

Решение:

Solution:
sudo gedit /etc/ld.so.conf.d/steam.conf
Add next two lines to file:
/usr/lib32
/usr/lib/i386-linux-gnu/mesa
Then execute: sudo ldconfig
Now you should be able to run Steam

Добавить комментарий