Chinaunix首页 | 论坛 | 博客
  • 博客访问: 123606
  • 博文数量: 27
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 280
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-15 19:04
文章分类

全部博文(27)

文章存档

2015年(1)

2014年(26)

分类: 系统运维

2014-04-07 20:45:20


在安装过程中,出现
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解决的  
  • 在安装过程中,出现
    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解决的  
  • 阅读(1928) | 评论(0) | 转发(0) |
    给主人留下些什么吧!~~