Bash phpize command not found
[root@localhost gearman-1.0.2]# phpize bash: phpize: command not found
This error comes as “phpize” command is not available on my system
To fix this, install php-devel package.
(Eg: CentOS on my box)
[root@localhost gearman-1.0.2]# yum install php-devel