Centos 6.9 / PHP 7.0ではphpMyAdminをインストールできません。

Centos 6.9 / PHP 7.0ではphpMyAdminをインストールできません。

昨日、私は2つのVPSからPHP 7にアップデートしました。 1つはCentos 7で、すべてがうまく機能し、もう1つはCentos 6.9で動作しましたが、phpMyAdminをインストールすることはできません(phpアップデートの前にインストールされました)。

最も関連性の高い出力:

$ yum install phpmyadmin ---> Package phpMyAdmin.noarch 0:4.0.10.19-1.el6 will be instalado Error: php70w-common conflicts with php56w-common-5.6.30-1.w6.x86_64

phpMyAdmin 4.0が古くてphp7と一緒に使えないと思います。 Centos 7を実行しているVPSにはphpMyAdmin 4.4があり、Centos 6.9ではパッケージが見つかりません。

修正する:

$ php -v PHP 7.0.19 (cli) (built: May 12 2017 21:20:16) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.9, Copyright (c) 2002-2016, by ionCube Ltd. with Zend OPcache v7.0.19, Copyright (c) 1999-2017, by Zend Technologies

ベストアンサー1

おすすめ記事