« Ruby: rmagick更新 Main ownCloud同期失敗 »

CentOS: remiでremi-php56が見つからない?

CentOS-6.7 (Final) x86_64の環境で、phpを5.5から5.6へ更新しようとしているが、remiをレポジトリに追加してもremi-php56が有効にできない、というか、存在しない。以前、他の環境で更新した場合にはremi-php56として更新できていたのだが。

remiにphp56というのはあるが、これらはphp56-phpのように現環境と並行してインストールする場合に使うものらしい。他で、remi-php55とremi-php70はあるのだが、remi-php56はどこに行っちゃったんだろう…??

# yum repolist --disablerepo=* --enablerepo=remi* | grep php
 * remi-php55: remi.xpg.com.br
 * remi-php70: remi.xpg.com.br
remi-php55           Les RPM de remi de PHP 5.5 pour Enterprise Linux 6 -    391
remi-php55-debuginfo Les RPM de remi de PHP 5.5 pour Enterprise Linux 6 -    263
remi-php70           Remi's PHP 7.0 RPM repository for Enterprise Linux 6 17+161
remi-php70-debuginfo Remi's PHP 7.0 RPM repository for Enterprise Linux 6     89

[追記]
/etc/yum.repo.d/を見直すと、remi.repo以外にremi.repo.rpmnewという2015年7月末付のファイルがあって、そこにはremi-php56の記載もあった(↓)。

[remi-php56]
name=Remi's PHP 5.6 RPM repository for Enterprise Linux 6 - $basearch
#baseurl=http://rpms.remirepo.net/enterprise/6/php56/$basearch/
mirrorlist=http://rpms.remirepo.net/enterprise/6/php56/mirror
# WARNING: If you enable this repository, you must also enable "remi"
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
priority=1

[remi-php56-debuginfo]
name=Remi's PHP 5.6 RPM repository for Enterprise Linux 6 - $basearch - debuginfo
baseurl=http://rpms.remirepo.net/enterprise/6/debug-php56/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

これをコピーするとremi-php56も参照可能になった。

# yum repolist --disablerepo=* --enablerepo=remi* | grep php
 * remi-php55: remi.xpg.com.br
 * remi-php56: remi.xpg.com.br
 * remi-php70: remi.xpg.com.br
remi-php55           Les RPM de remi de PHP 5.5 pour Enterprise Linux 6 -    391
remi-php55-debuginfo Les RPM de remi de PHP 5.5 pour Enterprise Linux 6 -    263
remi-php56           Remi's PHP 5.6 RPM repository for Enterprise Linux 6    387
remi-php56-debuginfo Remi's PHP 5.6 RPM repository for Enterprise Linux 6    269
remi-php70           Remi's PHP 7.0 RPM repository for Enterprise Linux 6 14+164
remi-php70-debuginfo Remi's PHP 7.0 RPM repository for Enterprise Linux 6     89

Leave a comment

Your comment