[CentOS]
[php]
CentOS4.4 で PHP5 を yum でインストールしたい場合は,yumのリポジトリの設定を以下のように変更します。
# vi /etc/yum.repos.d/CentOS-Base.repo
[centosplus]
name=CentOS-$releasever - Plus baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=1 #ここを 1 に変更。
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4