configure: error: Please fix the library issues listed above and try again.解决方案
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                configure: error: Please fix the library issues listed above and try again.解决方案
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                ?搭建ntop是需要運用到:rrdtool-1.2.27.tar.gz
但是在安裝的時候回報錯、錯誤信息如下:
?
?configure: error: Please fix the library issues listed above and try again.
?
?
經過查看日志才發現原來,rrdtool需要一些庫的支持,所以以下的庫必須進行安裝,否則無法正常編譯:
zlib
libpng
freetype
libart_lgpl
?
掛載光盤即可安裝、如不清楚自己是否安裝過,可以運用一下命令進行查看自己安裝的庫文件
?
?
rpm -qa |grep zlib
zlib-1.2.3-3 zlib-devel-1.2.3-3
rpm -qa |grep libpng
libpng-devel-1.2.10-7 libpng-1.2.10-7
rpm -qa |grep freetype
freetype-2.2.1-16.el5 freetype-devel-2.2.1-16.el5
rpm -qa |grep libart_lgpl
?
libart_lgpl-2.3.17-4 libart_lgpl-devel-2.3.17-4
?
?
?
轉載于:https://blog.51cto.com/haolulu/643270
總結
以上是生活随笔為你收集整理的configure: error: Please fix the library issues listed above and try again.解决方案的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: oracle字符集
- 下一篇: 40个非常有创意的404页面设计作品
