nethedy 发表于 2005-1-6 17:33:28

RH3服务器版怎样编译安装Gaim-1.1.1

我在RH3服务器,编译安装gaim-1.1.1-0.src.rpm的时候,出现这样的错误,不知道是不是缺少某个文件.想请教高手指点?谢谢!
以下是复制下来的一段出错地方
==========================================
No package 'silc' found
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.6.0, but GLIB (2.2.3)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
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/.

troll 发表于 2005-1-6 17:39:47

你自己安装过了glib 2.6.0?

nethedy 发表于 2005-1-6 17:46:26

查了一下是这样的,不知道有什么关系?

# rpm -qa|grep glib
glibc-common-2.3.2-95.3
glib-1.2.10-11.1
glibc-devel-2.3.2-95.3
glibc-kernheaders-2.4-8.34
glibc-2.3.2-95.3
glib2-2.2.3-2.0
glibc-headers-2.3.2-95.3

troll 发表于 2005-1-6 17:48:19

看错误信息,你自己装了glib 2.6,到底是不是?

nethedy 发表于 2005-1-6 18:04:49

没有啊.我查了都没有
# rpm -qa|grep glib 2.6.0
grep: 2.6.0: 没有那个文件或目录
# rpm -e glib

troll 发表于 2005-1-6 18:08:16

那是系统自带的,rpm装的,版本是2.2.3,你有没有自己编译过新的版本。

nethedy 发表于 2005-1-6 18:14:17

我现在下载了新的版本glib 2.6.0,看情况怎么样了

troll 发表于 2005-1-6 18:16:07

你没装,那就不要装了,安装glib2-devel和gtk2-devel的rpm后,再次configure试试看。
页: [1]
查看完整版本: RH3服务器版怎样编译安装Gaim-1.1.1