CentOs 6.5 に squirrelmail をインストールしようとしていますが、以下のエラーが発生します。
# yum install squirrelmail -y
.....
---> Package tmpwatch.x86_64 0:2.9.16-4.el6 will be installed
--> Running transaction check
---> Package php.x86_64 0:5.3.3-27.el6_5 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-27.el6_5 for package: php-5.3.3
--> Processing Dependency: php-cli(x86-64) = 5.3.3-27.el6_5 for package: php-5.3.3-27
---> Package php-mbstring.x86_64 0:5.3.3-27.el6_5 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-27.el6_5 for package: php-mbstr
---> Package php-pear.noarch 1:1.9.4-4.el6 will be installed
--> Finished Dependency Resolution
Error: Package: php-5.3.3-27.el6_5.x86_64 (updates)
Requires: php-common(x86-64) = 5.3.3-27.el6_5
Installed: php-common-5.4.27-1.el6.remi.x86_64 (@remi)
php-common(x86-64) = 5.4.27-1.el6.remi
Available: php-common-5.3.3-26.el6.x86_64 (base)
php-common(x86-64) = 5.3.3-26.el6
Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
php-common(x86-64) = 5.3.3-27.el6_5
Error: Package: php-mbstring-5.3.3-27.el6_5.x86_64 (updates)
Requires: php-common(x86-64) = 5.3.3-27.el6_5
Installed: php-common-5.4.27-1.el6.remi.x86_64 (@remi)
php-common(x86-64) = 5.4.27-1.el6.remi
Available: php-common-5.3.3-26.el6.x86_64 (base)
php-common(x86-64) = 5.3.3-26.el6
Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
php-common(x86-64) = 5.3.3-27.el6_5
Error: Package: php-5.3.3-27.el6_5.x86_64 (updates)
Requires: php-cli(x86-64) = 5.3.3-27.el6_5
Installed: php-cli-5.4.27-1.el6.remi.x86_64 (@remi)
php-cli(x86-64) = 5.4.27-1.el6.remi
Available: php-cli-5.3.3-26.el6.x86_64 (base)
php-cli(x86-64) = 5.3.3-26.el6
Available: php-cli-5.3.3-27.el6_5.x86_64 (updates)
php-cli(x86-64) = 5.3.3-27.el6_5
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@ioi ~]#
エラーが表示される理由がわかりません。
と の両方を使用してみまし--skip-broke
たrpm -Va --nofiles --nodigest
が、問題は解決していません。PHP-FPM php-common と php-cli を実行していますが、この問題を解決する方法を知っている人はいますか?