首页 > 资讯列表 > 编程/数据库 >> PHP

Centos 6.5 下php5.6.2 的编译安装

PHP 2014-12-02 20:20:16 转载来源: 网络整理/侵权必删

本文为大家讲解的是Centos 6.5 下php5

本文为大家讲解的是Centos 6.5 下php5.6.2编译安装 方法,感兴趣的同学参考下.

1 纯净的Centos 6.5系统

2 配置163yum源 (稍后会写一篇文档)

3 安装  开发软件包:yum  -y groupinstall  "Development Tools"

4 安装     mysql :        yum  -y install mysql mysql-server mysql-devel

5 下载php-5.6.2      wgethttp://cn2.php.net/distributions/php-5.6.2.tar.gz

6 解压  tar -zxvf php-5.6.2.tar.gz

7 切换到 php-5.6.2

8 ./configure 
--prefix=/usr/local/php 
--with-config-file-path=/usr/local/php/etc 
--enable-fpm 
--with-fpm-user=php-fpm 
--with-fpm-group=php-fpm 
--with-mysql=mysqlnd                   //这里mysqlnd 是内部查找命令
--with-mysql-sock=/tmp/mysql.sock 
--with-libxml-dir 
--with-gd 
--with-jpeg-dir 
--with-png-dir 
--with-freetype-dir 
--with-iconv-dir 
--with-zlib-dir 
--with-mcrypt 
--enable-soap 
--enable-gd-native-ttf 
--enable-ftp 
--enable-mbstring 
--enable-exif 
--disable-ipv6 
--with-pear 
--with-curl 
--with-openssl
9.出现未安装的错误,直接用yum 进行安装即可 记得不要忘了装上 -devel    (libcurl libpng libcrul12等等)
10.出现找不到文件路径的情况下  用find / -name 'name'去查找一下
11.出现warning 的情况大多是因为版本已经默认安装了,可以去掉该行

12.make
13.make install 

参考:最全的PHP编译命令 


标签: Centos php5.6.2 编译 安装


声明:本文内容来源自网络,文字、图片等素材版权属于原作者,平台转载素材出于传递更多信息,文章内容仅供参考与学习,切勿作为商业目的使用。如果侵害了您的合法权益,请您及时与我们联系,我们会在第一时间进行处理!我们尊重版权,也致力于保护版权,站搜网感谢您的分享!

站长搜索

http://www.adminso.com

Copyright @ 2007~2024 All Rights Reserved.

Powered By 站长搜索

打开手机扫描上面的二维码打开手机版


使用手机软件扫描微信二维码

关注我们可获取更多热点资讯

站长搜索目录系统技术支持