Skip to content

Instantly share code, notes, and snippets.

@kacinskas
Created July 17, 2013 06:55
Show Gist options
  • Save kacinskas/6018227 to your computer and use it in GitHub Desktop.
Save kacinskas/6018227 to your computer and use it in GitHub Desktop.
Fix Skype and other applications missing 32bit libraries errors on 64bit xubuntu
$ sudo nano /etc/ld.so.conf.d/lib32.conf
#add line:
/usr/lib/i386-linux-gnu/mesa/
#save
$ ldconfig -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment