Ubuntu/CentOS下源码编译安装Php 5.6基本参数

Posted Yooluo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu/CentOS下源码编译安装Php 5.6基本参数相关的知识,希望对你有一定的参考价值。

先确认安装libxml2

apt-get install libxml2 libxml2-dev
或者
yum install libxml2 libxml2-dev

./configure --prefix=/usr/local/include/php --with-pdo-mysql --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-zlib-dir --enable-xml --enable-bcmath --enable-shmop --enable-sysvsem --enable-sysvshm --enable-inline-optimization --with-curl --enable-mbregex --enable-fpm --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-ldap-sasl --with-xmlrpc --enable-zip --enable-soap --enable-opcache --enable-ftp --enable-calendar --with-xsl --with-gettext --enable-session --enable-ctype --with-kerberos --with-pcre-regex --enable-exif --with-bz2

  

如果提示缺少哪个就yum或者apt安装哪个,安装完后再执行配置命令即可。

以上是关于Ubuntu/CentOS下源码编译安装Php 5.6基本参数的主要内容,如果未能解决你的问题,请参考以下文章

php-5.4.45源码包编译安装

如何编译安装PHP扩展

Linux下利用phpize安装memcashe的php源码扩展包

linux学习笔记——源码编译安装PHP

LNMP源码编译安装之PHP-5.5.32

CentOS 6.5下源码安装LAMP(Linux+Apache+Mysql+Php)环境