您好,登錄后才能下訂單哦!
今天用源碼編譯PHP的時(shí)候,發(fā)現(xiàn)依賴的東西比較多,就記錄了一些我機(jī)器上遇到的問題,歡迎大家補(bǔ)充
----------------------------------------------------------------------
error: Cannot find OpenSSL's <evp.h>
yum install openssl-devel
-----------------------------------------------------------------------
checking for BZip2 in default path... not found
configure: error: Please reinstall the BZip2 distribution
yum install bzip2-devel
----------------------------------------------------------------------
configure: error: jpeglib.h not found.
yum install -y libjpeg-devel
------------------------------------------------------------------------
configure: error: png.h not found.
yum install -y libpng-devel
--------------------------------------------------------------------------
configure: error: freetype.h not found.
yum install -y freetype
yum install -y freetype-devel
-----------------------------------------------------------------------------
configure: error: mcrypt.h not found. Please reinstall libmcrypt.
yum install -y libmcrypt
yum install -y libmcrypt-devel
注:這兩個(gè)包是從epel這個(gè)擴(kuò)展有yum源安裝的,如果沒裝epel的話,可能還要另外下載
-------------------------------------------------------------------------------------------
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。