Linux php does not have phpize solution: 1. Use "apt-get install php5.6-fpm" to install php; 2. Wait for the system to automatically install the "autoconf2.13 autoconf-archive..." package. Can.
The operating environment of this article: ubuntu14.04 system, PHP5.6 version, Dell G3 computer.
linux php What to do without phpize?
There is no solution for phpize under ubuntu
There is no solution for phpize under ubuntu14.04
Use apt-get install php5.6-fpm to install php Finally, I wanted to compile the php_dblib plug-in, but phpize
apt-get install php5.6-dev
was not found. The system will automatically install the following package
autoconf2.13 autoconf-archive gnu-standards autoconf-doc gettext libtool-doc automaken gfortran fortran95-compiler gcj
This does not affect the current php, whether it is mod_php, fpm or other methods.
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of What to do if linux php does not have phpize. For more information, please follow other related articles on the PHP Chinese website!