Red Hat 5.2 にPHPをyumでインストール

投稿者:

ソース元はこのブログ

Thank you for reading this post, don't forget to subscribe!

Installing PHP 5.2.x or 5.3.x on RedHat ES5, CentOS 5, etc


wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm
wget http://rpms.famillecollet.com/el5.i386/remi-release-5-4.el5.remi.noarch.rpm
rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm
yum –enablerepo=remi install php
でできました