找回密码
 立即注册

只需一扫,快速开始

QQ登录

只需一步,快速开始

搜索
查看: 37674|回复: 0

[技术经验] centos编译安装php5.5的的方法、步骤、编译参数

[复制链接]

8万

主题

417

回帖

9万

积分

管理员

积分
94525
QQ
发表于 2016-5-11 18:24:03 | 显示全部楼层 |阅读模式
第一步,通过yum安装nginx和mysql    可参看mysql官方提供的yum仓库。可通过二进制安装包安装,毕竟自己编译安装也不是那么好的。
    地址:https://www.playzhan.com/p/1490

第二步:安装nginx  。这个简单
   
  1. yum install nginx
复制代码


第三部,安装依赖的库文件之类的东东。

  1. yum install -y gcc gcc-c++  make zlib zlib-devel pcre pcre-devel  libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel ncurses ncurses-devel curl curl-devel e2fsprogs e2fsprogs-devel krb5 krb5-devel openssl openssl-devel openldap openldap-devel nss_ldap openldap-clients openldap-servers
  2. yum  install  php-mcrypt  libmcrypt  libmcrypt-devel
复制代码



第四步,预编译一下看看
  1. ./configure --prefix=/usr/local/php5  --enable-zip --enable-fpm --enable-gd-native-ttf --with-config-file-path=/usr/local/php5/etc --with-config-file-scan-dir=/usr/local/php5/etc/php.d --with-bz2 --with-curl --with-libxml-dir --with-gd --with-jpeg-dir --with-freetype-dir --with-png-dir --with-mcrypt --with-mhash --enable-mbstring --with-kerberos --with-gettext --enable-bcmath --enable-pdo  --with-openssl --enable-ftp --with-pear --with-zlib --enable-inline-optimization --enable-calendar  --enable-sockets --enable-sysvsem --enable-sysvshm --enable-sysvmsg --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-mysql-sock=/var/lib/mysql/mysql.sock --with-pdo-mysql
复制代码


第五步:在上面一步没有报错的情况下。
  1. make && make install
复制代码


其他相关教程:
centos6编译php5.4的编译参数
https://www.playzhan.com/p/1371
centos6.5 64位编译安装php5.3 https://www.playzhan.com/p/1352
linux编译php5.2版本报错解决方案 https://www.playzhan.com/p/1339
centos编译安装php5.5的的方法、步骤、编译参数 https://www.playzhan.com/p/1491








回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册   

本版积分规则

QQ|Archiver|手机版|小黑屋|站秘书 ( 蜀ICP备15034504号-3 )

GMT+8, 2025-1-15 18:44 , Processed in 0.264747 second(s), 48 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表