![如何在 BlueHost VPS 上安裝 XCache](https://rvso.com/image/668788/%E5%A6%82%E4%BD%95%E5%9C%A8%20BlueHost%20VPS%20%E4%B8%8A%E5%AE%89%E8%A3%9D%20XCache.png)
我在 BlueHost 上有一個 VPS 帳戶。作業系統是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 不是正確的軟體包。但我還應該使用什麼?請幫我解決這個問題。謝謝!