|
|
*** 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.4.0 not installed! ***
安装src.rpm的d4x时先用rpmbuild --rebuild *src.rpm后结果在/usr/src/redhat/SOURCES中找到了一个d4x-2.5.0final.tar.gz文件于是用tar -zxvf d4x-2.5.0final.tar.gz解压后先./configure就出现上面的问题,我又装了glib-2.4.8再重新用. /configure还是出现以上提示,这是怎么了? |
|