View Full Version : [SOLVED] Fix for Steam: "Missing 32-bit libraries: libGL.so.1"
GreenRaccoon
July 5th, 2014, 08:32 PM
Hey guys, I'm going to post a *SIMPLE* thread showing you *EXACTLY* how to fix this bug because I know it'll be a common one. Even if the black Terminal screen scares you, I was thorough enough in this guide that you'll be able to fix it without having any idea what you're doing. :biggrin:
This bug occurs when you install Steam on 64-bit Linux (such as 64-bit Ubuntu) on a computer that has an Intel/Nvidia processor. The problem's on Nvidia's end, not Steam's (from what I've heard).
1- If you haven't updated your computer in a while, copy (ctrl+c) and paste (ctrl+SHIFT+v) this (and then hit enter to run it). If you don't know what this is, just do it. :):
sudo apt-get update && sudo apt-get -y upgrade
2- If you've installed Steam already, skip to step 3. If you haven't installed Steam, open Terminal with ctrl+alt+t. Then copy (ctrl+c) and paste (ctrl+SHIFT+v) this (and then hit enter to run it):
sudo apt-get install -y steam
3- Now for the fix. Copy (ctrl+c) and paste (ctrl+SHIFT+v) this to edit Steam's configuration file (and then hit enter to run it):
sudo nano /etc/ld.so.conf.d/steam.conf
4- It'll probably be blank. If it's blank, paste these two lines. If it's not blank, just paste these two lines to the very bottom. Copy (ctrl+c) and paste (ctrl+SHIFT+v) this (and then enter to run it):
/usr/lib32
/usr/lib/i386-linux-gnu/mesa
5- Save it by hitting ctrl-x, then y, then enter.
6- Now copy (ctrl+c) and paste (ctrl+SHIFT+v) this (and then hit enter to run it).:
sudo ldconfig
7- Finally, copy (ctrl+c) and paste (ctrl+SHIFT+v) this (and then hit enter to run it). It reinstalls a Mesa/OpenGL library:
sudo apt-get install --reinstall libgl1-mesa-glx:i386
8- Open Steam, download Team Fortress 2, and go kill some folks.
Source: https://github.com/ValveSoftware/steam-for-linux/issues/321
sayvanfire
March 28th, 2015, 10:49 PM
doesnt work
chronicfathead
April 5th, 2015, 09:00 PM
doesnt work
For me, I added the following step at point 7 above:
sudo apt-get install --reinstall libgl1-mesa-dri:i386
After that Steam starts just fine for me on Elementary OS, but should be the same on Ubuntu and its derivatives.
erikroyall
April 15th, 2015, 10:08 AM
For those who're being displayed this error even after following the suggestions from the posts above, try this:
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1
The problem is that the necessary 32-bit libraries can't be found by Steam on 64-bit Ubuntu (and its derivatives).
wally8
April 17th, 2015, 04:45 AM
wally@wally-Inspiron-N4050:~$ sudo apt-get install--reinstall libgl1-mesa-dri:i386
[sudo] password for wally:
E: Invalid operation install--reinstall
wally@wally-Inspiron-N4050:~$
lrajat
April 19th, 2015, 10:31 PM
This fixed the issue for me. Thanks !!
chronicfathead
April 20th, 2015, 06:21 PM
I realised I had missed a space out between install --.
Try again with my command above.
mischivousmic
April 21st, 2015, 12:50 AM
I've tried all of the above steps and I'm still getting this when I try to open steam
Steam needs to install these additional packages:
libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386
[sudo] password for mike:
.................................................. .............................................
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.4)
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Press return to continue:
(Then when I hit return)
You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
ubuntu 14.04 lts
mischivousmic
April 21st, 2015, 01:04 AM
sudo apt-get install -y steam
I ran this again and now it works!
majoraccident99
April 26th, 2015, 05:51 AM
sudo apt-get install -y steam
I ran this again and now it works!
this works for me too! thank you very much!
2ignup
May 11th, 2015, 01:18 AM
This is a solution that works:
sudo apt-get install libgl1-mesa-glx-lts-utopic:i386
wncwalker
May 17th, 2015, 12:48 AM
This worked for me too. Installing steam from the command line worked for me too. For some reason Ubuntu software center failed to add the 32 bit libraries but installing using apt did. Go figure. Is the -y really necessary?
sffvba[e0rt
May 17th, 2015, 05:10 AM
This is a solution that works:
sudo apt-get install libgl1-mesa-glx-lts-utopic:i386
As far as I can recall this is all I had to do to fix this issue too.
Ipis_Boomz
July 11th, 2015, 11:41 AM
This line work with me after a day of fixing it XD
sudo apt-get install -y steam
Nirvana001
July 12th, 2015, 05:57 AM
This worked for me too. Installing steam from the command line worked for me too. For some reason Ubuntu software center failed to add the 32 bit libraries but installing using apt did. Go figure. Is the -y really necessary?
The -y is just the positive reply to the question apt-get asks
oldrocker99
July 12th, 2015, 05:51 PM
<snip> Installing steam from the command line worked for me too. For some reason Ubuntu software center failed to add the 32 bit libraries but installing using apt did. Go figure. Is the -y really necessary?
I just (after becoming annoyed with 15.10's little quirks (so sue me)) reinstallled 14.04. I used the command line to install Steam,
sudo apt-get install steamand every dependency was also pulled in. Steam worked first time. One of the great many things about apt which I love.
campanella-alex
August 27th, 2015, 02:33 PM
THANK YOU SO MUCH!
I have only had Linux for 2 or 3 days and this forum fixed all my problems!!!
reynardus
August 28th, 2015, 08:26 PM
Had all the same issues and did al the same modifications, but it started to work for me when I entered the very first command which updated the system with 32 bit libraries...
Thanks!
festers
September 26th, 2015, 05:33 PM
sudo apt-get install -y steam
I ran this again and now it works!
After going through all the others this was the one that got me up and running, thank you.
Using 14.04, on a toshiba 10D
Jamstercool
October 8th, 2015, 07:15 PM
This issue isn't fixed on my machine with Ubuntu 14. I followed the above procedure,steam starts ( with the usually message "OpenGL GLX context is not using direct rendering, which may cause performance problems.)
But after I tried to run Robocraft I received error message ( Validate EACException - restart Robocraft) and I have to use the system monitor to completely close robocraft and steam ( the in game/steam exit doesn’t work) .
Robocraft was running fine before I tried the above methods though I was getting the Open GLX performance message.
Just letting people know in case the the same happens on their machine, as a few have said the above solution fixed their problem. It created more for me.
libertax
October 10th, 2015, 08:26 AM
None of these are working for me either.
Running 14.04, and every time I run sudo apt-get update it says
failed to fetch "long url" unable to find expected entry 'main/binary-1386/packages
either that, or when I do sudo apt-get install -y steam it says that it depends on some packages (libgl1-mesa-dri-i386) but it is not going to be installed
ive tried editing source.list too, but all it has in there are some links, and I couldn't find 1386 or i386 at all, even with ctrl + F
gutowskydaniel
November 23rd, 2015, 08:16 PM
It's working for me (without 7-th step), thanks!!
defiance5050
November 29th, 2015, 02:21 PM
I had the same issue and this helped! Re-ran this install steam command and steam popped right up. Thank you so much!!!
thomas76
December 19th, 2015, 11:38 PM
Wow thanks everyone! Post 10 got it working for me.
p.callan
January 1st, 2016, 08:48 PM
Just confirming what wncwalker said:
This worked for me too. Installing steam from the command line worked for me too. For some reason Ubuntu software center failed to add the 32 bit libraries but installing using apt did. Go figure
Worked on Elementary OS 3.2 (Ubuntu 14.04)
toufel
January 18th, 2016, 04:19 PM
The error went away with this simple command -
sudo apt-get install --reinstall steam
Hope it helps :-)
(My System - Ubuntu 14.04 LTS 64bit)
bledsoereese
February 13th, 2016, 06:15 PM
You forgot to put a space in between "install" and "--reinstall"
xxxheadshot87xxx
February 22nd, 2016, 09:51 PM
whenever i try to install steam using the terminal it says Package steam is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following package replaces it: steam-launcher E: Package 'steam' has no installation candidate Before i tried to install using terminal i used software center but it kept saying i was missing the 32-bit libraries libc.so.6
jehu17
March 9th, 2016, 08:03 PM
sudo apt-get install --reinstall libgl1-mesa-dri:i386
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Некоторые пакеты невозможно установить. Возможно, вы просите невозможного,
или же используете нестабильную версию дистрибутива, где запрошенные вами
пакеты ещё не созданы или были удалены из Incoming.
Следующая информация, возможно, поможет вам:
Пакеты, имеющие неудовлетворённые зависимости:
libgl1-mesa-dri:i386 : Зависит: libc6:i386 (>= 2.17) но он не будет установлен
Зависит: libdrm-intel1:i386 (>= 2.4.48) но он не будет установлен
Зависит: libdrm-nouveau2:i386 (>= 2.4.38) но он не будет установлен
Зависит: libdrm-radeon1:i386 (>= 2.4.31) но он не будет установлен
Зависит: libdrm2:i386 (>= 2.4.38) но он не будет установлен
Зависит: libelf1:i386 (>= 0.142) но он не будет установлен
Зависит: libexpat1:i386 (>= 2.0.1) но он не будет установлен
Зависит: libgcc1:i386 (>= 1:4.1.1) но он не будет установлен
Зависит: libllvm3.4:i386 но он не будет установлен
Зависит: libstdc++6:i386 (>= 4.6) но он не будет установлен
Рекомендует: libtxc-dxtn-s2tc0:i386 но он не будет установлен или
libtxc-dxtn0:i386
unity-control-center : Зависит: libcheese-gtk23 (>= 3.4.0) но он не будет установлен
Зависит: libcheese7 (>= 3.0.1) но он не будет установлен
E: Ошибка, pkgProblemResolver::Resolve сгенерировал повреждённые пакеты. Это может быть вызвано отложенными (held) пакетами.
Every "solution" listed above in this thread didn't work. Any ideas?
mglolenstine
March 11th, 2016, 09:13 PM
You're missing the space between install and --reinstall.
Command should be following: sudo apt-get install --reinstall libgl1-mesa-dri:i386
or
sudo apt-get --reinstall install libgl1-mesa-dri:i386
erick-m-sepulveda
March 13th, 2016, 09:47 PM
It works!!!! Thanks!!!!
MikeCyber
March 23rd, 2016, 01:42 PM
There are two steam packages. One from synaptic and the other download from steam. I would remove all, including in your home the hidden steam folder.
cd ~
rm -rf .steam
Than try the other one.
aray81
March 26th, 2016, 07:59 PM
A big thank you to the helpful folks in this thread! After a few missteps this Linux neophyte was able to get Steam up and running using the commands shown above.
Thank You!
epuckop
March 29th, 2016, 04:10 PM
this works for me too! thank you very much!
And for me :D
mian-shahzad-raza
April 9th, 2016, 09:34 PM
Hi guys,
Just installed Ubuntu today and came here with same error by googling when i run given commands i got following errors. really appreciate quick help
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgl1-mesa-dri:i386 : Depends: libc6:i386 (>= 2.17) but it is not going to be installed
Depends: libdrm-intel1:i386 (>= 2.4.48) but it is not going to be installed
Depends: libdrm-nouveau2:i386 (>= 2.4.38) but it is not going to be installed
Depends: libdrm-radeon1:i386 (>= 2.4.31) but it is not going to be installed
Depends: libdrm2:i386 (>= 2.4.38) but it is not going to be installed
Depends: libelf1:i386 (>= 0.142) but it is not going to be installed
Depends: libexpat1:i386 (>= 2.0.1) but it is not going to be installed
Depends: libgcc1:i386 (>= 1:4.1.1) but it is not going to be installed
Depends: libllvm3.4:i386 but it is not going to be installed
Depends: libstdc++6:i386 (>= 4.6) but it is not going to be installed
Recommends: libtxc-dxtn-s2tc0:i386 but it is not going to be installed or
libtxc-dxtn0:i386
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
The_Craft
June 1st, 2016, 08:59 PM
Fixed my problem, smart fix with the steam.conf file :)
cj-fuzzl
July 22nd, 2016, 05:36 PM
This was the solution for me using Elementary OS Freya
For those who're being displayed this error even after following the suggestions from the posts above, try this:
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1
The problem is that the necessary 32-bit libraries can't be found by Steam on 64-bit Ubuntu (and its derivatives).
solaremoon
November 27th, 2016, 08:12 PM
it didn't work for me, got to step 3 and it said the command doesn't exist, I made a thread about this, after i reset from this, so this is inacurate now and i dont know how to delete a reply so here: https://ubuntuforums.org/showthread.php?t=2344700
(precise)solaremoon@localhost:~$ sudo apt-get update
[sudo] password for solaremoon:
Get:1 http://repo.steampowered.com precise Release.gpg [490 B]
Hit http://archive.ubuntu.com precise Release.gpg
Get:2 http://repo.steampowered.com precise Release [2,303 B]
Hit http://archive.ubuntu.com precise-updates Release.gpg
Hit http://archive.ubuntu.com precise-security Release.gpg
Get:3 http://repo.steampowered.com precise/steam Sources [550 B]
Get:4 http://repo.steampowered.com precise/steam amd64 Packages [601 B]
Get:5 http://repo.steampowered.com precise/steam i386 Packages [799 B]
Hit http://archive.ubuntu.com precise Release
Hit http://archive.ubuntu.com precise-updates Release
Ign http://repo.steampowered.com precise/steam TranslationIndex
Hit http://archive.ubuntu.com precise-security Release
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/multiverse Sources
Hit http://archive.ubuntu.com precise/main amd64 Packages
Hit http://archive.ubuntu.com precise/restricted amd64 Packages
Hit http://archive.ubuntu.com precise/universe amd64 Packages
Hit http://archive.ubuntu.com precise/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/restricted i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Hit http://archive.ubuntu.com precise/multiverse i386 Packages
Hit http://archive.ubuntu.com precise/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise/restricted TranslationIndex
Hit http://archive.ubuntu.com precise/universe TranslationIndex
Hit http://archive.ubuntu.com precise-updates/main Sources
Hit http://archive.ubuntu.com precise-updates/restricted Sources
Hit http://archive.ubuntu.com precise-updates/universe Sources
Hit http://archive.ubuntu.com precise-updates/multiverse Sources
Hit http://archive.ubuntu.com precise-updates/main amd64 Packages
Hit http://archive.ubuntu.com precise-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-updates/universe amd64 Packages
Hit http://archive.ubuntu.com precise-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-updates/main i386 Packages
Hit http://archive.ubuntu.com precise-updates/restricted i386 Packages
Hit http://archive.ubuntu.com precise-updates/universe i386 Packages
Hit http://archive.ubuntu.com precise-updates/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://archive.ubuntu.com precise-security/main Sources
Hit http://archive.ubuntu.com precise-security/restricted Sources
Hit http://archive.ubuntu.com precise-security/universe Sources
Hit http://archive.ubuntu.com precise-security/multiverse Sources
Hit http://archive.ubuntu.com precise-security/main amd64 Packages
Hit http://archive.ubuntu.com precise-security/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-security/universe amd64 Packages
Hit http://archive.ubuntu.com precise-security/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-security/main i386 Packages
Hit http://archive.ubuntu.com precise-security/restricted i386 Packages
Hit http://archive.ubuntu.com precise-security/universe i386 Packages
Hit http://archive.ubuntu.com precise-security/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-security/main TranslationIndex
Hit http://archive.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-security/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-security/universe TranslationIndex
Hit http://archive.ubuntu.com precise/main Translation-en
Hit http://archive.ubuntu.com precise/multiverse Translation-en
Hit http://archive.ubuntu.com precise/restricted Translation-en
Hit http://archive.ubuntu.com precise/universe Translation-en
Hit http://archive.ubuntu.com precise-updates/main Translation-en
Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://archive.ubuntu.com precise-updates/universe Translation-en
Hit http://archive.ubuntu.com precise-security/main Translation-en
Hit http://archive.ubuntu.com precise-security/multiverse Translation-en
Hit http://archive.ubuntu.com precise-security/restricted Translation-en
Hit http://archive.ubuntu.com precise-security/universe Translation-en
Ign http://repo.steampowered.com precise/steam Translation-en_US
Ign http://repo.steampowered.com precise/steam Translation-en
Fetched 4,743 B in 8s (533 B/s)
Reading package lists... Done
(precise)solaremoon@localhost:~$ sudo apt-get -y upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(precise)solaremoon@localhost:~$ sudo nano /etc/ld.so.conf.d/steam.conf
sudo: nano: command not found
(precise)solaremoon@localhost:~$ sudo /etc/ld.so.conf.d/steam.conf
sudo: /etc/ld.so.conf.d/steam.conf: command not found
(precise)solaremoon@localhost:~$ sudo /etc/ld.so.conf.d/steam.conf
sudo: /etc/ld.so.conf.d/steam.conf: command not found
(precise)solaremoon@localhost:~$
(precise)solaremoon@localhost:~$
xeacorn
March 2nd, 2017, 02:03 AM
works, thanks
andipc1996
April 17th, 2017, 12:39 PM
Thank's a ton man!
Now I can finally play my games, this worked like a charm. :cool:
masterg2
October 4th, 2017, 10:02 AM
For those who're being displayed this error even after following the suggestions from the posts above, try this:
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1
The problem is that the necessary 32-bit libraries can't be found by Steam on 64-bit Ubuntu (and its derivatives).
Hello all,
I add my own feedback, even if the post is old and has been [SOLVED], because I still encounter the error under Ubuntu Mate 16.04 and have found a shortcut so solve.
After installing original Ubuntu steam package ("sudo apt-get install steam"), the soft has laucnhed a first time, then successfully updated itself automatically.
At second lunch try, the libraries error has come up.
In my case, the "sudo ln -s ..." command indicated by erikroyall (many thanks!!!) has been enough for Steam to launch normally.
So, for a fresh install, just type these:
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1
sudo apt-get install steam
Hope this can simplify a bit all attempts to come ;)
Regards!
SponezillA
November 24th, 2017, 03:11 AM
I was able to fix it with:
apt install nvidia-driver-libs:i386
sashwattanay
April 19th, 2018, 04:46 AM
It works. Thank you!
rifwan-toenjoy
May 4th, 2018, 03:05 AM
sudo apt-get install -y steam work for me
giony123
June 18th, 2018, 12:08 AM
Thank you so much man it worked i've been trying for a week to fix it and you just gave me hope again
william-tambellini
April 28th, 2019, 12:40 AM
Thank you so much man it worked i've been trying for a week to fix it and you just gave me hope again
got that error after upgrading to nvidia drivers 418.40 :
ldconfig -p | grep libGL.s
libGL.so.1 (libc6,x86-64) => /usr/lib32/nvidia-418/libGL.so.1 < BUG : that lib is supposed to be 32b !
libGL.so.1 (libc6,x86-64) => /usr/lib/nvidia-418/libGL.so.1
libGL.so (libc6,x86-64) => /usr/lib32/nvidia-418/libGL.so
libGL.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGL.so
libGL.so (libc6,x86-64) => /usr/lib/nvidia-418/libGL.so
expected:
libGL.so.1 (libc6,x86-64) => /usr/lib/nvidia-418/libGL.so.1
libGL.so.1 (libc6) => /usr/lib32/nvidia-418/libGL.so.1
Upgrading to 418.56 seems to make steam work again.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.