输入banner图图片脚本导航/分类

memcached-linux安装memcachephp的扩展phpize无法生成configure

在centos 6.7 ,PHP 5.6.25 (cli)

/usr/local/php56/bin/phpize 里面没有configure安装文件,无法安装,到底是什么原因.

phpize 出现这样的错误

找到解决方法了:

yum -y install m4 autoconf

回复内容:

在centos 6.7 ,PHP 5.6.25 (cli)

/usr/local/php56/bin/phpize 里面没有configure安装文件,无法安装,到底是什么原因.

phpize 出现这样的错误

找到解决方法了:

yum -y install m4 autoconf