|
我安装了red hat linux 9后,什么都没有安过,
我把下载的都下了,但只看到.tbz的安装,我下的tbz是openQ-0.3.tbz
我把文件放在/mysoft中,新建了个/mysoft/openQ
我的安装顺序:
cd /mysoft
tar xjvf openQ-0.3.tbz
cd openQ-0.3
cd gaim-0.77
./configure --prefix=/mysoft/openQ
这儿出问题了:
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
请问这是什么原因,还需要先安什么吗?
5. make
6. sudo make install
* 安装QQ 笑脸
7. mkdir –p $HOME/.gaim/smileys
8. cp –r qq2003iii $HOME/.gaim/smileys
* 安装QQ 秀
9. cp –r qqshow $HOME/.gaim
* 安装IP 地址文件,( 可以安装到任何目录,但一定要在”首选项”中设置)
10. cp QQWry-20040330.dat $HOME/.gaim/ |
|