感谢支持
我们一直在努力

Ubuntu 8.04下EVA QQ的安装历程

这几天在在笔记本上用Ubuntu Linux上网,突然很想用QQ,使用Gaim后发现有个很大的缺点是不能用QQ群的功能,在QQ新闻里说QQ本月要发行for linux版本,但我一直没找到。后来上网查了查,据说EVA QQ也可以上,就这样开始了辛酸的安装经历。


版本:Ubuntu 8.04


在configure过程中遇到如下出错:


第一次出错:checking for C compiler default output… configure: error: C compiler cannot create executables
解决办法:sudo apt-get install libc6-dev


第二次出错:configure: error: C++ preprocessor “/lib/cpp” fails sanity check
gcc的组件没装全
解决办法:apt-get install build-essential


第三次出错:checking for X… configure: error: Can’t find X libraries. Please check your installation and add the correct paths!
这是缺xlibs-dev造成的,但这个lib很难找,后来不得不在debian的release里找到这个包:
http://mirror.x10.com/mirror/ubuntu/pool/main/x/xorg/
xlibs-dev_7.2-0ubuntu11_all.deb
安装方式:sudo dpkg -i xlibs-dev_7.2-0ubuntu11_all.deb

第四次出错:Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
缺少qt的lib&&headers的包
解决办法:apt-get install libqt3-headers libqt3-mt-dev


第五次出错:in the prefix, you’ve chosen, are no KDE headers installed. This will fail.So, check this please and use another prefix!
解决办法:
sudo apt-get update
sudo apt-get install kdelibs4-dev kdelibs4c2a


第六次出错:autoconf: not found
解决办法:apt-get install autoconf


以上补充安装的包涉及几十个上百M,下载安装了四个多小时,自虐阿。


configure结束后make的过程中也出错过一次,提示无法automake,补装之:
sudo apt-get install automake


最后sudo make install之后,安装成功。


使用/usr/local/kde/bin/eva启动成功。


Kao,NND腾讯。


Over,结束自虐。 

赞(0) 打赏
转载请注明出处:服务器评测 » Ubuntu 8.04下EVA QQ的安装历程
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏