Imagemagick 运行phpize shows无法找到config.m4

Imagemagick 运行phpize shows无法找到config.m4,imagemagick,centos,Imagemagick,Centos,正在运行:phpize 找不到config.m4。 确保在模块的顶级源目录中运行'/usr/bin/phpize'这怎么办?也可能在运行phpize的地方不存在config.m4 tar -zxvf ImageMagick*.tar.gz cd ImageMagick* phpize ./configure make make install ./configure phpize make make install

正在运行:
phpize
找不到
config.m4

确保在模块的顶级源目录中运行
'/usr/bin/phpize'

这怎么办?也可能在运行phpize的地方不存在config.m4

tar -zxvf ImageMagick*.tar.gz
cd ImageMagick*
phpize
./configure
make
make install
./configure
phpize
make
make install