码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-09-19 10:16:49      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

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

 

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

 

[root@localhost ~]# cd /usr/local/src
[root@localhost 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)
[root@localhost src]# tar jxvf php-5.4.36.tar.bz2
[root@localhost src]# cd php-5.4.36

[root@localhost php-5.4.36]# rpm -i  ‘ http://www.lishiming.net/data/at ... e-6-8_32.noarch.rpm
[root@localhost php-5.4.36]# yum install libxml2-devel  libjpeg-*  libpng-devel freetype-devel gd-devel libmcrypt-devel openssl-devel
[root@localhost 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
[root@localhost php-5.4.36]# make && make install 

  

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

标签:

原文地址:http://www.cnblogs.com/frankielf0921/p/5883984.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!