|
编译软件出了问题:
最后的错误结果就是这样:
....
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
我重新安装Glib,现下面提示:
[root@localhost Desktop]# rpm -ivh glib-1.2.10-15.i386.rpm
warning: glib-1.2.10-15.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing... ########################################### [100%]
package glib-1.2.10-15 is already installed
这是说我已经安装了阿,我就找glib-config文件:
[root@localhost xmms]# find / -name glib-config
find: /proc/4938/task: 没有那个文件或目录
居然没有,再查找是否真的安装了Glib包:
[root@localhost Desktop]# rpm -qi glib
Name : glib Relocations: (not relocatable)
Version : 1.2.10 Vendor: Red Hat, Inc.
Release : 15 Build Date: 2004年08月09日 星期Release : 15 Build Date: 2004年08月09日 星期一 04时34分10秒
Install Date: 2005年11月21日 星期一 21时42分49秒 Build Host: porky.build.redhat.com
Group : 系统环境/库 Source RPM: glib-1.2.10-15.src.rpm
Size : 328381 License: LGPL
Signature : DSA/SHA1, 2005年01月05日 星期三 16时28分05秒, Key ID 219180cddb42a60e
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://www.gtk.org
Summary : 被 GDK、GTK+、及许多程序使用的函数库。
Description :
真的郁闷到了极点,,这个问题困惑了我好久还没人跟我解决,求求各位大哥了..系统RHL AS4 |
|