error messages:
* Seems the first time to run. Here we go!
/opt/longene/qq2012/qq2012_gtk: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
for the error , we should install a 32 bit library on our system
so we can do it just like this :
sudo apt-get install ia32-libs-gtk
本文介绍了如何解决在运行特定应用程序时遇到的GTK库缺失错误。通过使用sudo apt-get install ia32-libs-gtk命令安装所需的32位GTK库来解决此问题。
7255

被折叠的 条评论
为什么被折叠?



