3
tar -zxvf ImageMagick*.tar.gz
cd ImageMagick*
phpize
./configure
make
make install
運行:phpize
找不到config.m4
。 確保您在模塊的頂級源目錄中運行'/usr/bin/phpize'
運行phpize顯示找不到的config.m4
tar -zxvf ImageMagick*.tar.gz
cd ImageMagick*
phpize
./configure
make
make install
運行:phpize
找不到config.m4
。 確保您在模塊的頂級源目錄中運行'/usr/bin/phpize'
運行phpize顯示找不到的config.m4
這是怎麼回事?也可能是config.m4不存在你正在運行phpize的地方。
./configure
phpize
make
make install