【続】wordpressのupdateが失敗したお話

前回の続きです。
wordpressで使うphpのupdateを(別マシンで)実施していて、違う壁にぶつかったお話。

ちなみに、CentOS6.4とかで普通にyum install phpでインストールすると、php5.3.3が入ると思います。

今回はphp 5.5.9が最新stableということで、これにアップデートしようとしたお話。

インストール時は、1.repositoryの追加、2.yum updateの手順に従ったのですが。。。

こんなエラーが出た


...
Total size: 8.7 M
Total download size: 452 k
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 452 k
libxslt-1.1.26-2.el6_3.1.x86_64.rpm | 452 kB 00:01
warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 00f97f56: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi


GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
[root@hostname ~/]#