Skype 12.04 fails on Ubuntu 14.04
Initially silently fails to start
Run from terminal and it explains the error
32 bit lib fails to load libGl.so.1, add following to ~/.profile
See blog entry
Run from terminal and it explains the error
32 bit lib fails to load libGl.so.1, add following to ~/.profile
sudo
/etc/ld.so.conf.d/skype.conf
append
/usr/lib32
Then error mesg, see blog entry
/usr/lib32
export LD_PRELOAD="/usr/lib/i386-linux-gnu/mesa/libGL.so.1 $LD_PRELOAD"
sudo update-alternatives --config i386-linux-gnu_gl_conf
select 1 and enter
sudo ldconfig
Comments