欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

rrdtool出现configure: error: Please fix the library issues listed above and try ag

程序员文章站 2022-05-08 21:09:38
...
在安装过程中,出现
configure: error: Please fix the library issues listed above and try again错误
根据网上搜索,解决方法如下

第一:
安装 cgilib-0.5.tar.gz
从这里下载:
weget http://download.chinaunix.net/down.php?id=2531&ResourceID=1333&site=1
tar zxvf cgilib-0.5.tar.gz
cd cgilib-0.5
make
cp libcgi.a /usr/local/lib
cp cgi.h /usr/include
如果还不行,请看
第二:
安装libart_lgpl-devel这个包
yum –y install libart_lgpl-devel
如果还报错configure: error: Please fix the library issues listed above and try again. 请看
第三:
把这两个包装上pango-devel cairo-devel
yum –y install pango-devel* cairo-devel*
然后 在
cd cd rrdtool-X.X.X
./configure --prefix=/usr/local/rrdtool
这样肯定能行,一般在第二部就能解决了。
如果还是不行的话,试试yum install libxml2-devel
我就是yum install libxml2-devel解决的



附件是下载的东西