热门关键字:  ubuntu  分区  函数  Fedora  linux系统进程

Ubuntu 8.04下EVA QQ的安装历程

来源: 作者: 时间:2008-07-28 Tag: 点击:
这几天在在笔记本上用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 
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册