0

Error: Package: php-xcache-3.1.1-1.el7.x86_64 (epel)

Hello While installing the php-xcache On My centos machine ,I am getting the following error where i am unable to install the xcache.Do the needful?What is the exact reason for this error?How could i resolve this?

Error: Package: php-xcache-3.1.1-1.el7.x86_64 (epel)
           Requires: php(api) = 20100412-64
           Installed: php-common-7.2.21-1.el7.remi.x86_64 (@remi-php72)
               php(api) = 20170718-64
           Available: php-common-5.4.16-46.el7.x86_64 (base)
               php(api) = 20100412-64
           Available: php-common-7.2.20-1.el7.remi.x86_64 (remi-php72)
               php(api) = 20170718-64
Error: Package: php-xcache-3.1.1-1.el7.x86_64 (epel)
           Requires: php(zend-abi) = 20100525-64
           Installed: php-common-7.2.21-1.el7.remi.x86_64 (@remi-php72)
               php(zend-abi) = 20170718-64
           Available: php-common-5.4.16-46.el7.x86_64 (base)
               php(zend-abi) = 20100525-64
           Available: php-common-7.2.20-1.el7.remi.x86_64 (remi-php72)
               php(zend-abi) = 20170718-64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Xcache CentOS Add a comment
otwol
asked Aug 07 2019
edited Aug 07 2019

Answer

0

Error Cause:
As your PHP version is 7.2 xcache is not compatible with php 7.2 version .

Solution:
Xcache can be installed using php 5.6,5.5 and 5.4 versions as it is clearly compatible with only php 5.4,5.5 and 5.6
Downgrade the version of php (5.5.,5.4,5.6) in order to install xcache.

Note: PHP 5.4 is more Compatible. But As php stopped security updates to php5*x versions it is better to use php laetst versions 7

Add a comment
linuxhelp
asked Aug 07 2019
edited Aug 20 2019
Post your Answer