linux php 没有phpize怎么办
- 建站笔记
- 2022-05-11
- 587
linux php没有phpize的解决办法:1、使用“apt-get install php5.6-fpm”安装php;2、等待系统自动安装“autoconf2.13 autoconf-archive...”包即可。
本文操作环境:ubuntu14.04系统、PHP5.6版、Dell G3电脑。
linux php 没有phpize怎么办?
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或其他的方式。
本文由白琉璃于2022-05-11发表在白琉璃源码网,如有侵权或疑问,请联系我们,谢谢。
本文链接:https://www.bailiuli.com/t/2881.html
上一篇
php双冒号是什么意思
发表评论