装配rrdtool时候的报错configure: error: Please fix the library issues listed above and t

安装rrdtool时候的报错configure: error: Please fix the library issues listed above and try againconf

安装rrdtool时候的报错configure: error: Please fix the library issues listed above and try again
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-develyum –y install pango-devel* cairo-devel*  然后在cd cd rrdtool-X.X.X
./configure --prefix=/usr/local/rrdtool    这样肯定能行,一般在第二部就能解决了。