skype: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64
the solution to fix the problem:
Reinstalling the libgl1 library did help:
sudo apt-get install --reinstall libgl1-mesa-glx:i386
原文:http://www.cnblogs.com/jinee/p/4283413.html