hfyfpga

下载http://download.csdn.net/detail/gg296231363/3728117原谅我吧,1分而已,可以自己google,到处有。

tar xzvf linuxqq_v1.0.2_i386.tar.gz 

cd linuxqq_v1.0.2_i386

./qq

运行出错解决

1 -bash: ./qq: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
方法:yum install glibc.i686
2 ./qq: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such

file or directory
方法 yum install libX11.so.6
3 ./qq: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file:

No such file or directory
方法 yum install libgtk-x11-2.0.so.0

 

启动成功,类似错误同样可以网络安装指出的链接库文件。

分类:

技术点:

相关文章:

  • 2021-07-19
  • 2022-01-28
  • 2021-04-02
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2021-11-29
  • 2021-08-21
  • 2022-02-26
  • 2022-12-23
  • 2021-08-21
  • 2021-10-31
相关资源
相似解决方案