CentOS phpize: command not found 错误的解决

在安装一些程序的时候可能有下面的错误。

sh: phpize: command not found

这时候运行 yum install php-devel 安装 php 开发程序即可。