centos 6 编译安装php-5.4/5.5(lamp模式)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 6 编译安装php-5.4/5.5(lamp模式)相关的知识,希望对你有一定的参考价值。

在安装LAMP架构时,我们常用php-5.3的版本

 

现进行php-5.4/5.5的编译安装演示:

 

[[email protected] ~]# cd /usr/local/src
[[email protected] src]# wget http://cn2.php.net/distributions/php-5.4.36.tar.bz2    (5.5地址 http://cn2.php.net/distributions/php-5.5.22.tar.bz2)
[[email protected] src]# tar jxvf php-5.4.36.tar.bz2
[[email protected] src]# cd php-5.4.36

[[email protected] php-5.4.36]# rpm -i  ‘ http://www.lishiming.net/data/at ... e-6-8_32.noarch.rpm
[[email protected] php-5.4.36]# yum install libxml2-devel  libjpeg-*  libpng-devel freetype-devel gd-devel libmcrypt-devel openssl-devel
[[email protected] php-5.4.36]# ./configure   --prefix=/usr/local/php   --with-apxs2=/usr/local/apache2/bin/apxs   --with-config-file-path=/usr/local/php/etc   --with-mysql=/usr/local/mysql   --with-libxml-dir   --with-gd   --with-jpeg-dir   --with-png-dir   --with-freetype-dir   --with-iconv-dir   --with-zlib-dir   --with-bz2   --with-openssl   --with-mcrypt   --enable-soap   --enable-gd-native-ttf   --enable-mbstring   --enable-sockets   --enable-exif   --disable-ipv6
[[email protected] php-5.4.36]# make && make install 

  

以上是关于centos 6 编译安装php-5.4/5.5(lamp模式)的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7.3编译安装python3.6

centos 7 python3.6.6的编译安装

centos 6.5 samba 4 源码编译安装错误

CentOS 6编译安装python 3.6.1

Centos 6.9 编译安装 LAMP + xcache

CentOS5/6编译安装LAMP