BlueHost VPSにXCacheをインストールする方法

BlueHost VPSにXCacheをインストールする方法

私はBlueHostにVPSアカウントを持っています。OSはCentOS6.7 x86_64、PHPバージョンは5.4.28です。ここXCache をインストールしようとしましたが、インストールに失敗しました。EPEL リポジトリを有効にした後、インストールが再度失敗しました。以下はインストール コマンドとエラー メッセージです。

yum で php-xcache xcache-admin をインストールします

Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
No package php-xcache available.
Resolving Dependencies
--> Running transaction check
---> Package xcache-admin.noarch 0:3.0.4-1.el6 will be installed
--> Processing Dependency: php-xcache = 3.0.4-1.el6 for package: xcache admin-3.0.4-1.el6.noarch
--> Processing Dependency: mod_php for package: xcache-admin-3.0.4-1.el6.noarch
--> Processing Dependency: httpd for package: xcache-admin-3.0.4-1.el6.noarch
--> Finished Dependency Resolution
Error: Package: xcache-admin-3.0.4-1.el6.noarch (epel)
           Requires: mod_php
Error: Package: xcache-admin-3.0.4-1.el6.noarch (epel)
           Requires: httpd
Error: Package: xcache-admin-3.0.4-1.el6.noarch (epel)
           Requires: php-xcache = 3.0.4-1.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

EPEL は適切なパッケージではないようです。しかし、他に何を使用すればよいのでしょうか? この問題の解決にご協力ください。ありがとうございます!

関連情報