
php7をアップグレードしましたが、インストール中に
yum install php-opcache and php-memcache
エラーが発生しました。
Error: php70u-common conflicts with php-common-5.6.31-1.el7.remi.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
この問題を解決またはインストールする方法は?
答え1
次の 2 つの .rpm パッケージをインストールできます。 php70-opcache php70-memcache
インストールコマンドは次のとおりです。
rpm -ivh <package file>