这几天在在笔记本上用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
使用CMD telnet登录虚拟机Linux Ubuntu7.10使用VNC远程操作SUSE 11.0桌面环境相关资讯 EVA QQ Ubuntu 8.04
- Linux下仿QQ--eva0.4.1源码研究 (10/31/2013 10:40:04)
- Ubuntu 8.04 安装 Bugzilla 3.2.2 (02/07/2010 08:33:48)
- Ubuntu 8.04下编译Android源码全过 (10/17/2009 06:22:01)
| - CentOS下安装EVA QQ (07/08/2013 07:30:06)
- Ubuntu 8.04.4 LTS 发布下载 (01/29/2010 13:48:38)
- PPS网络电视推出Linux版本 (08/23/2009 14:00:20)
|
本文评论 查看全部评论 (0)