安装xfce4.0.5遇到一个问题
checking for xfce-mcs-manager >= 4.0.0... Package xfce-mcs-manager was not found in the pkg-config search path.Perhaps you should add the directory containing `xfce-mcs-manager.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xfce-mcs-manager' found
我已经编译并且安装了那个xfce-mcs-manager包了,但是他还是说找不到,要改什么环境变量,我不太了解,请求大家帮助! 用RPM包安装,一下就搞定。 rpm的不是最新的,而且更麻烦,那么多包。 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
或者在做configure时这样:./configure --prefix=/usr(所有的xfce4包都这样做) 多谢斑竹,我已经安装成功了。 rpm的不是最新的,而且更麻烦,那么多包。
把所有的RPM包都放在一个文件夹里,然后rpm -ivh *.rpm就搞定。 我喜欢从源码安装,并不喜欢用rpm...
页:
[1]