Hide Forgot
Description of problem: After installing php53 in the RHEL5 system, Not able to install php-pecl-apc via epel due to conflict error: php53-common-5.3.3-1.el5_6.1.x86_64 from installed has depsolving problems --> php53-common conflicts with php-common Error: php53-common conflicts with php-common Version-Release number of selected component (if applicable): Red Hat Enterprise Linux 5 How reproducible: Install php53 via yum command and then try to install php-pecl-apc rpm. Steps to Reproduce: 1. Install php53 in system 2. Try to install php-pecl-apc 3. php-pecl-apc requires php-common which conflicts with php53-common. Actual results: Not able to install php-pecl-apc package due to conflict error. Expected results: php-pecl-apc should install successfully in the system.
This is not a bug. php-pecl-apc (and all other pecl extension) only works with php 5.1 You need php53-pecl-apc which is not available.