Topic: Error: php-pecl-apc conflicts with php-eaccelerator PHP 5.3

I have a fresh install of centos 5, and I wanted to install php 5.3.2. Updated my server with yum and did everything on the Repository Configuration page of this site, then I ran:

yum --enablerepo=remi install php-\*

The install was moving just fine, but then I got:

--> Running transaction check
---> Package ghostscript-fonts.noarch 0:5.50-13.1.1 set to be updated
---> Package libICE.i386 0:1.0.1-2.1 set to be updated
---> Package libSM.i386 0:1.0.1-3.1 set to be updated
---> Package libXext.i386 0:1.0.1-2.1 set to be updated
---> Package libXmu.i386 0:1.0.2-5 set to be updated
---> Package libcroco.x86_64 0:0.6.1-2.1 set to be updated
---> Package libgsf.x86_64 0:1.14.1-6.1 set to be updated
---> Package mysql.x86_64 0:5.1.47-1.el5.remi set to be updated
---> Package zarafa-common.x86_64 0:6.30.14-1.el5 set to be updated
--> Processing Conflict: php-pecl-apc conflicts php-eaccelerator
--> Finished Dependency Resolution
php-pecl-apc-3.1.3p1-1.el5.remi.x86_64 from remi has depsolving problems
  --> php-pecl-apc conflicts with php-eaccelerator
Error: php-pecl-apc conflicts with php-eaccelerator
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

I've tried some things, but nothing really worked out. Any help would be really great. Let me know if you need any additional information. Thank you for the repository. It's been wonderful on every update I've done.

Re: Error: php-pecl-apc conflicts with php-eaccelerator PHP 5.3

Do you really want to install all php-* package ??

More than 200 packages, you probably don't need most of them.

Yes php-eaccelerator and php-pecl-APC provides both a opcache and only 1 can be installed.

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Error: php-pecl-apc conflicts with php-eaccelerator PHP 5.3

I'm really sorry, Remi. My brain was in a weird place. Yes, of course. Works great. Thank you.