|
解压以后转到xmms文件家下,然后运行./configure得到一些信息,其中一不分是这样的:
checking for pthread.h... 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 ***
[root@localhost xmms-1.2.8]#
我想了想,是不是我没有安装glib,然后我下载了一个glib-2.3.5-1.i386.rpm.接着用#rpm -ivh glib-2.3.5-1.i386.rpm安装以后再安装xmms,结果还是跟上边一样的错误提示,什么意思,请高手指教!!!谢谢了 |
|