phpize 時(shí) Cannot find autoconf 解決方法

admin 建站教程評(píng)論604字?jǐn)?shù) 678閱讀模式

運(yùn)行/usr/local/webserver/php/bin/phpize時(shí)出現(xiàn):

  1. Configuring for:  
  2. PHP Api Version:         20041225  
  3. Zend Module Api No:      20060613  
  4. Zend Extension Api No:   220060519  
  5. Cannot find autoconf. Please check your autoconf installation and the  
  6. $PHP_AUTOCONF environment variable. Then, rerun this script.  

根據(jù)網(wǎng)上的解決辦法是:

  1. # cd /usr/src  
  2. # wget http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz  
  3. # tar -zvxf m4-1.4.9.tar.gz  
  4. # cd m4-1.4.9/  
  5. # ./configure && make && make install  
  6. # cd ../  
  7. # wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.62.tar.gz  
  8. # tar -zvxf autoconf-2.62.tar.gz  
  9. # cd autoconf-2.62/  
  10. # ./configure && make && make install  

yum讓我更容易把沒安裝的包安裝好

  1. yum install m4  
  2. yum install autoconf  

版權(quán)聲明:文章圖片資源來源于網(wǎng)絡(luò),如有侵權(quán),請(qǐng)留言刪除!!!
廣告也精彩
admin
  • 本文由 發(fā)表于 2021年9月25日 18:57:48
  • 轉(zhuǎn)載請(qǐng)務(wù)必保留本文鏈接:http://yudch.cn/7684.html
匿名

發(fā)表評(píng)論

匿名網(wǎng)友 填寫信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: