前提・実現したいこと
CentOS7にphpMyAdminをインストールしたいのですが、
エラーになってしまい、インストールできません。
以下のコマンドでインストールしようとしたのですが、
sudo yum --enablerepo=remi-php71 install phpMyAdmin
以下のエラーが出てしまいます。
Error: Package: phpMyAdmin-5.0.4-1.el7.remi.noarch (remi) Requires: php-symfony4-config >= 4.1 Error: Package: phpMyAdmin-5.0.4-1.el7.remi.noarch (remi) Requires: php-symfony4-yaml >= 4.1 Error: Package: phpMyAdmin-5.0.4-1.el7.remi.noarch (remi) Requires: php-samyoul-u2f-php-server >= 1.1 Error: Package: phpMyAdmin-5.0.4-1.el7.remi.noarch (remi) Requires: php-symfony4-expression-language >= 4.1 Error: Package: php-twig2-2.14.3-1.el7.remi.noarch (remi) Requires: php(language) >= 7.2.5 Installed: php-common-7.1.33-11.el7.remi.x86_64 (@remi-php71) php(language) = 7.1.33 Available: php-common-5.4.16-48.el7.x86_64 (base) php(language) = 5.4.16 Available: php-common-7.1.33-10.el7.remi.x86_64 (remi-php71) php(language) = 7.1.33 Error: Package: phpMyAdmin-5.0.4-1.el7.remi.noarch (remi) Requires: php-google-recaptcha >= 1.1 Error: Package: phpMyAdmin-5.0.4-1.el7.remi.noarch (remi) Requires: php-symfony4-dependency-injection >= 4.1 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
PHPのバージョンは以下です。
[root@xxx conf.d]# php -v PHP 7.1.33 (cli) (built: Jan 4 2021 14:48:30) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies