libGL.so.1: cannot open shared object file: No such file or directory

Paper 4ShareMaybe when you are getting problem on your compiz or untity of Ubuntu, you are looking error libGL.so.1: cannot open shared object file: No such file or directory

You just need add a link to the library in /usr/lib. so you can try this way

~$ sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/
After it, restart your computer
~$ sudo reboot
Finish, I hope your ploblem was solved

 libGL.so.1: cannot open shared object file: No such file or directory - Paper 4Share