-bash: /usr/local/php/bin/phpize: No such file or directory
展开阅读全文

对于ubuntudebian 出现错误:

bash: phpize: command not found

解决办法是安装php5-dev这个包 命令:

apt-get install php5-dev

如果提示知道不到包只需更新下源即可

对于centos系统可以 通过命令:

`yum install php-devel

解决