CentOS 5 常見的configure error的解決方法


僅限於CentOS 5 
configure: error: No curses/termcap library found 
網上有的說法是: 
--with-named-curses-libs=/usr/lib/libncursesw.so.5 
其實是不對的,雖然能解決configure的錯誤,但是make的時候會提示錯誤,正確的做法應該是 
yum -y install ncurses-devel 
debian: apt-get install libncurses5-dev
configure: error: xml2-config not found 
yum -y install libxml2-devel 
debian:apt-get install libxml2-dev
configure: error: Cannot find OpenSSL's 
yum -y install openssl-devel
configure: error: libjpeg.(a|so) not found 
yum -y install gd 
yum -y install gd-devel 
debian:apt-get install libjpeg-dev
configure: error: libpng.(a|so) not found. 
apt-get install libpng12-dev
configure: error: cannot find output from lex; giving up 
yum -y install flex
configure: error: mod_deflate has been requested but can not be built due to prerequisite failures 
yum -y install zlib-devel openssl-devel 
debian:apt-get install zlib1g-dev
configure: error: libXpm.(a|so) not found. 
apt-get install libxpm-dev
onfigure: error: freetype.h not found. 
apt-get install libfreetype6-dev
configure: error: ...No recognized SSL/TLS toolkit detected 
apt-get install libssl-dev
configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ 
yum -y install curl-deve


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM