1,执行phpize报错
Cannot find autoconf. Please check your autoconf installation and the
解决方法:
yum install autoconf
2,configure报错
configure:4361: error: Try adding --with-zlib-dir=. Please check config.log for more information.
解决方法:
--with-zlib-dir=/usr/lib
Leave a Reply