Pidgin(以前的GAIM)是一款功能强大支持多个协议的开源即时通讯软件.包含的IM协议很多,主要是想用里面的QQ,以前是用插件,现在是直接可以使用了.
一路下载,解压,都很正常,当配置时遇到问题:安装包的时候运行./configure 时出现下面的提示:
checking build system type... Invalid configuration `i686-pc-linux-': machine `i686-pc-linux' not recognized
configure: error: /bin/sh config/config.sub i686-pc-linux- failed
解决方法:
./configure --build=i686-pc-linux-gnu
接着下一步
2、提示错误如下:(没有GCC编译器环境)
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
解决办法: (在线安装gcc)
# yum -y install gcc
等了半天,终于100%一路OK,继续,又出现错误:
configure: error:
You must have the GLib 2.0 development headers installed to build.
If you have these installed already you may need to install pkg-config so
I can find them.
有了前面经验,直接#yum -y install glib
Installed:
glib.i386 1:1.2.10-20.el5
等完成时继续# ./configure --prefix=/usr
仍然提示:
configure: error:
You must have the GLib 2.0 development headers installed to build.
If you have these installed already you may need to install pkg-config so
I can find them.
而此时Glib已经安装,再yum时提示
Setting up Install Process
Package 1:glib-1.2.10-20.el5.i386 already installed and latest version
Nothing to do
到了此步,问题可能是pkg-config 了,请问要怎么操作。当时为了急于上QQ,我就直接
#yum -y install pidgin
这样总算安装完成了。
power1952 于 2009-12-26 02:18:20发表:
打算自己装一个,体验过程!
xiadao_81 于 2009-12-23 13:58:02发表:
那你们现在用什么?
Buyto 于 2009-12-23 12:32:47发表:
以前红旗系统有用过,现在不用了