先看错误提示(编译安装):
checking for esd-config... no
checking for ESD - version >= 0.2.7... no
*** The esd-config script installed by ESD could not be found
*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ESD_CONFIG environment variable to the
*** full path to esd-config.
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.2.0... no
*** 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.2.0 not installed! ***
esd不知道是什么,可glib的版本情况明明匹配啊:
[root@localhost etc]# rpm -qa|grep glib
libglib2.0_0-2.8.1-1mdk
libdbus-glib-1_0-0.23.4-5mdk
glib-gettextize-2.8.1-1mdk
glib-2.6.1-2
glibc-2.3.5-5mdk
libglib1.2-1.2.10-15mdk
glibc-devel-2.3.5-5mdk
这是什么原因啊?