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

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

时间:2017-02-07 16:57:07      阅读:180      评论:0      收藏:0      [点我收藏+]

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

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
tar jxvf php-5.4.36.tar.bz2

cd php-5.4.36

yum install libxml2-devel  libjpeg-*  libpng-devel freetype-devel gd-devel libmcrypt-devel openssl-devel
./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

make && make install


本文出自 “小杨” 博客,请务必保留此出处http://aqiang.blog.51cto.com/6086626/1895600

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

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

原文地址:http://aqiang.blog.51cto.com/6086626/1895600

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