centos7編譯安裝php 遇到的問題


centos7 編輯安裝php遇到的問題:

./configure 配置遇到的No package 'libxml-2.0' found缺失libxml2.0 庫,解決方法:

yum -y install libxml2
yum -y install libxml2-devel

./configure 配置遇到的No package 'sqlite3' found,解決方法:

yum install sqlite-devel

 configure: error: Please reinstall the BZip2 distribution 解決方法:

yum install bzip2 bzip2-devel

configure: error: Package requirements (oniguruma) were not met:

No package 'oniguruma' found

yum install https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/o/oniguruma-5.9.5-3.el7.x86_64.rpm
yum install https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/o/oniguruma-devel-5.9.5-3.el7.x86_64.rpm

 

configure: error: Package requirements (libxslt >= 1.1.0) were not met:

No package 'libxslt' found

yum install libxslt-devel

 

configure: error: Package requirements (libpng) were not met:

No package 'libpng' found

yum install libpng-devel

 


免責聲明!

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



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