Skip to content

Instantly share code, notes, and snippets.

@ksysctl
Created November 18, 2014 22:49
Show Gist options
  • Save ksysctl/53800346a5ba53810d41 to your computer and use it in GitHub Desktop.
Save ksysctl/53800346a5ba53810d41 to your computer and use it in GitHub Desktop.
Last version of Skype on Debian amd64: How to fix error while loading shared libraries: libgl.so.1
# Search where is libGL.so.1:
# /usr/lib/mesa-diverted/i386-linux-gnu/
cd /etc/ld.so.conf.d/
sudo echo "/usr/lib/mesa-diverted/i386-linux-gnu/" >> i386-linux-gnu_GL.conf
sudo ldconfig
skype # works!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment