- 論壇徽章:
- 0
|
各位老大幫忙看看拉:
我的系統(tǒng)RHEL AS4 自定義安裝:編譯出下如下問題(以前完全安裝沒有出現(xiàn)這種問題):
#./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
.....
.....
.....
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問題.編譯時找不到,我用添加刪除應用程序重新安裝了glib的rpm包,但是還是這樣!究竟是怎么回事啊?是不是我要在哪個文件下面修改一個什么變量啊?
順便貼上我計算機上的glib文件:
# find / -name glib*
/etc/profile.d/glib2.sh
/etc/profile.d/glib2.csh
/usr/bin/glib-gettextize
/usr/bin/glib-mkenums
/usr/bin/glib-genmarshal
/usr/share/aclocal/glib-gettext.m4
/usr/share/aclocal/glib-2.0.m4
/usr/share/doc/glib-1.2.10
/usr/share/doc/glibc-common-2.3.4
/usr/share/doc/glibc-2.3.4
/usr/share/doc/glib2-2.4.7 |
|