Bug 716625

Summary: Not able to install php-pecl-apc rpm after installing php53
Product: [Fedora] Fedora EPEL Reporter: Himanshu Bansal <hbansal>
Component: php-pecl-apcAssignee: Tim Jackson <rpm>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: el5CC: chabotc, fedora, rpm
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-25 17:41:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Himanshu Bansal 2011-06-25 17:31:50 UTC
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.

Comment 1 Remi Collet 2011-06-25 17:41:25 UTC
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.