linux php沒有phpize的解決方法:1.使用「apt-get install php5.6-fpm」安裝php;2、等待系統自動安裝「autoconf2.13 autoconf-archive...」套件即可。
本文操作環境:ubuntu14.04系統、PHP5.6版、Dell G3電腦。
linux php 沒有phpize怎麼辦?
ubuntu下沒有phpize的解決方法
ubuntu14.04下沒有phpize的解決方法
使用apt-get install php5.6-fpm 安裝了php後想編譯php_dblib插件,可是沒有找到phpize
apt-get install php5.6-dev
系統會自動安裝以下套件
autoconf2.13 autoconf-archive gnu-standards autoconf-doc gettext libtool-doc automaken gfortran fortran95-compiler gcj
這個不影響現在的php,不管是mod_php、fpm或其他的方式。
推薦學習:《PHP影片教學》
以上是linux php 沒有phpize怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!