phpize: command not found
If during the installation of extension pecl despite the installation of PHP, you receive below error message:
sh: phpize: command not found
ERROR: `phpize' failed
To solve this problem under Debian, the package php5-dev contain the command phpize.
apt-get install php5-dev