ubuntu下没有phpize的解决方法

ubuntu14.04下没有phpize的解决方法

使用apt-get install php5.6-fpm 安装了php后想编译php_dblib插件,可是没有找到phpize

apt-get install php5.6-dev

系统会自动安装以下包

autoconf2.13 autoconf-archive gnu-standards autoconf-doc gettext libtool-doc automaken gfortran fortran95-compiler gcj

这个不影响现在的php,不管是mod_php、fpm或其他的方式

发布了44 篇原创文章 · 获赞 28 · 访问量 42万+

猜你喜欢

转载自blog.csdn.net/hanzengyi/article/details/78495405