tar -zxvf ImageMagick*.tar.gz
cd ImageMagick*
phpize
./configure
make
make install
运行:phpize
找不到config.m4
。确保'/usr/bin/phpize'
在模块的顶级源目录中运行
tar -zxvf ImageMagick*.tar.gz
cd ImageMagick*
phpize
./configure
make
make install
运行:phpize
找不到config.m4
。确保'/usr/bin/phpize'
在模块的顶级源目录中运行