[root@chen memcache-2.2.3]# which phpizephp
/usr/bin/which: no phpize in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) centos
phpize是屬於php-devel的內容,所以在centos中只要運行以下命令:
yum install php-devel 而後就會安裝上phpize了。運行phpize是爲了生成./configure文件。ide