真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

編譯PHP時的錯誤提示及解決辦法

php編譯常見錯誤(已安裝MySQL和Apache環(huán)境下)

成都創(chuàng)新互聯(lián)公司是一家專業(yè)提供崖州企業(yè)網(wǎng)站建設(shè),專注與成都網(wǎng)站制作、成都網(wǎng)站建設(shè)、H5網(wǎng)站設(shè)計(jì)、小程序制作等業(yè)務(wù)。10年已為崖州眾多企業(yè)、政府機(jī)構(gòu)等服務(wù)。創(chuàng)新互聯(lián)專業(yè)網(wǎng)絡(luò)公司優(yōu)惠進(jìn)行中。

錯誤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

yum install openssl-devel  openssl-perl  -y

錯誤5:

configure: error: Please reinstall the libcurl distribution -

    easy.h should be in /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


網(wǎng)頁標(biāo)題:編譯PHP時的錯誤提示及解決辦法
鏈接地址:http://weahome.cn/article/jijjcp.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部