Bug 426713 - rpm conflict with php-eaccelerator
Summary: rpm conflict with php-eaccelerator
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: php-pecl-apc
Version: 9
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Chris Chabot
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-24 19:23 UTC by John Ellson
Modified: 2009-01-04 22:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-01-04 22:32:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description John Ellson 2007-12-24 19:23:38 UTC
Description of problem:
rpm conflict with php-eaccelerator

Version-Release number of selected component (if applicable):
php-pecl-apc-0:3.0.14-2.fc8.x86_64 
php-eaccelerator-0.9.5.2-1.fc9.x86_64

How reproducible:
100%

Steps to Reproduce:
1. yum install php-pecl-apc
2.
3.
  
Actual results:
Resolving Dependencies
--> Running transaction check
---> Package php-pecl-apc.x86_64 0:3.0.14-2.fc8 set to be updated
--> Processing Conflict: php-pecl-apc conflicts php-eaccelerator
--> Finished Dependency Resolution
Error: php-pecl-apc conflicts with php-eaccelerator


Expected results:
no conflicts

Additional info:

Comment 1 Bug Zapper 2008-05-14 04:14:50 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Tim Jackson 2008-06-26 08:20:06 UTC
I assume that was deliberate on the part of the maintainer since I suspect
loading both APC and eAccelerator won't work.

Comment 3 Chris Chabot 2008-07-13 12:27:07 UTC
Your correct in your assumptions tim.

If you yum install them both, both are enabled by default so php tries to load
both opcode cache modules, which results in disaster.

The simplest way to protect users from this was to add a conflict rule..

I thought in the end it was easier to yum remove apc / yum install eAccelerator
and visa versa, then hope everyone knows which /etc/php.d/*.conf files to edit
to get to a working situation.


Note You need to log in before you can comment on or make changes to this bug.