您好,登錄后才能下訂單哦!
php編譯常見錯誤(已安裝MySQL和Apache環境下)
錯誤1:
configure: error: jpeglib.h not found.
yum install libjpeg libjpeg-devel -y
錯誤2:
configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
yum install libxslt-devel -y
錯誤3:
configure: error: xml2-config not found. Please check your libxml2 installation.
yum install libxml2 libxml2-devel -y
錯誤4:
configure: error: Cannot find OpenSSL's <evp.h>
yum install openssl-devel openssl-perl -y
錯誤5:
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
yum install curl curl-devel -y
錯誤:6
configure: error: png.h not found.
yum install libpng libpng-devel -y
錯誤7:
configure: error: freetype.h not found.
yum install freetype freetype-devel -y
錯誤8:
configure: error: Please reinstall the iconv library.
源碼安裝 libiconv
為避免以上錯誤,可以在編譯前批量安裝如下軟件
yum install libjpeg libjpeg-devel libxslt-devel libxml2 libxml2-devel openssl-devel openssl-perl curl curl-devel libpng libpng-devel freetype freetype-devel -y
源碼安裝libiconv,軟件自行下載即可
tar zxf libiconv-1.14.tar.gz
cd libiconv-1.14
./configure --prefix=/usr/local/libiconv
make & make install
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。