PHP在Linux上的安装_PHP_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > PHP > PHP在Linux上的安装

PHP在Linux上的安装

 2015/2/3 17:26:20  jsntghf  程序员俱乐部  我要评论(0)
  • 摘要:系统环境:RedHatEnterpriseLinuxServerrelease6.2(Santiago)1、下载并安装remi源$rpm-Uvhhttp://rpms.famillecollet.com/enterprise/remi-release-5.rpm2、安装php$yum--enablerepo=remiinstallphpphp-*安装过程中,如果提示Requires:libssl.so.10(libssl.so.10)(64bit),安装相应的rpm包即可
  • 标签:Linux PHP 安装

系统环境:Red Hat Enterprise Linux Server release 6.2 (Santiago)

?

1、下载并安装remi源

class="shell" name="code">$ rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm

?

2、安装php

$ yum --enablerepo=remi install php php-*

?

安装过程中,如果提示Requires: libssl.so.10(libssl.so.10)(64bit),安装相应的rpm包即可。

$ sudo yum install http://mirror.centos.org/centos/6/os/x86_64/Packages/openssl-1.0.1e-30.el6.x86_64.rpm

?

具体rpm包的地址可在http://mirror.centos.org/centos/6/os/x86_64/Packages/进行查找。

发表评论
用户名: 匿名