安装 rrdtool 出错

转载自:http://space.itpub.net/9653957/viewspace-624105

configure: error: Please fix the library issues listed above and try again.
wget http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/cgilib-0.5.tar.gz
tar zxvf cgilib-0.5.tar.gz
cd cgilib-0.5
make
cp libcgi.a /usr/local/lib
cp cgi.h /usr/include
cd rrdtool-1.2.6
./configure

 

这样一般就可以了,如果还出现下面的try again那个错误。

 configure: error: Please fix the library issues listed above and try again.

那么尝试下面的几个方法


1.
安装libart_lgpl-devel这个包
rpm
包或者源码包都可以

[root@localhost ~]#yum –y libart_lgpl-devel


2
,如果执行步骤1仍然报错

configure: error: Please fix the library issues listed above and try again.


无语了,有可能是找不到FreeType
/usr/local/freetype2/lib/pkgconfig下的.pc文件拷贝到/usr/lib/pkgconfig下即可


3
,如果还不行?就把这两个包装上pango-devel  cairo-devel

[root@localhost ~]#yum –y pango-devel*  cairo-devel*

 

悲剧的事情是我以上都试过了 没有解决,最后是看到提示好像是libxml-2.0 is 2.6.31的问题 ,我的系统是64位的;

# rpm -qa |grep libxml

#yum install libxml*

在执行./configure 就可以了

你可能感兴趣的:(职场,rrdtool,休闲)