溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

源碼編譯php-5 報錯整理

發(fā)布時間:2020-07-01 14:41:36 來源:網(wǎng)絡(luò) 閱讀:457 作者:水滴石川1 欄目:web開發(fā)


阿里云上 源碼編譯 php 報錯的集中整理 


[root@localhost php-5.5.31]#   ./configure --prefix=/module/application/php-5.5/--enable-pcntl --enable-fpm --enable-posix --enable-mysqlnd --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --enable-bcmath --enable-zip --enable-ftp --enable-soap --enable-xml --enable-mbstring --disable-rpath --disable-debug --disable-fileinfo --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-zend-vm=GOTO --with-pcre-regex --with-iconv --with-zlib --with-mcrypt --with-gd --enable-gd-native-ttf --with-t1lib=/usr/local --with-xpm-dir=/usr/local --with-jpeg-dir=/usr/local --with-zlib-dir=/usr --with-png-dir=/usr/local --with-freetype-dir=/usr/local --with-openssl --with-mhash --with-xmlrpc --with-curl --with-imap-ssl --with-libxml-dir --with-gettext --enable-maintainer-zts --enable-opcache



報錯


configure: error: xml2-config not found. Please check your libxml2 installation.


 

解決方法


 

yum install ibxml2* -y  libxml2-devel


 

報錯


 

configure: error: Please reinstall the libcurl distribution -


    easy.h should be in <curl-dir>/include/curl/


 

解決方法


 

yum install libcurl* libcurl-devel -y


 

報錯


 

configure: error: jpeglib.h not found.


 

解決方法


 

yum -y install libjpeg-devel


 

報錯


checking for jpeg_read_header in -ljpeg... Yes  configure: error: png.h not found.


 

解決方法


yum install libpng-devel


報錯


configure: error: xpm.h not found.


解決方法


yum -y install libXpm-devel


報錯


configure: error: freetype-config not found


解決方法


yum install freetype-devel -y


報錯


configure: error: Your t1lib distribution is not installed correctly. Please reinstall it


解決方法


yum install t1lib* -y


報錯


configure: error: mcrypt.h not found. Please reinstall libmcrypt.


解決方法


 yum install mcrypt -y


 yum install libmcrypt libmcrypt-devel 


向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI