在安装php zip模块,输入phpize 时候报错
什么情况?
这种情况通常是因为没有安装autoconf
Centos:
yum install -y autoconf
Ubuntu:
sudo apt-get install -y autoconf