Topic: php-pecl-apc installation for php 5.2.10 (missing dependency)

Hello,

i have installed php 5.2.10 from the repo and now i need the php-pecl-apc extension for it.

I used this command:

yum --enablerepo=remi install php-pecl-apc --exclude=php*5.3*

i use the exclude to be aware of an update to php 5.3

The installation process stops with the following error:

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * epel: ftp.fi.muni.cz
 * remi: iut-info.univ-reims.fr
 * base: centos.serveroffice.at
 * updates: centos.serveroffice.at
 * addons: centos.serveroffice.at
 * extras: centos.serveroffice.at
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package php-pecl-apc.i386 0:3.1.3p1-1.el5.remi set to be updated
--> Processing Dependency: php(zend-abi) = 20090626 for package: php-pecl-apc
--> Processing Dependency: php(api) = 20090626 for package: php-pecl-apc
--> Processing Dependency: /usr/bin/pecl for package: php-pecl-apc
--> Running transaction check
---> Package php-pear.noarch 1:1.9.0-1.el5.remi set to be updated
---> Package php-pecl-apc.i386 0:3.1.3p1-1.el5.remi set to be updated
--> Processing Dependency: php(zend-abi) = 20090626 for package: php-pecl-apc
--> Processing Dependency: php(api) = 20090626 for package: php-pecl-apc
--> Finished Dependency Resolution
php-pecl-apc-3.1.3p1-1.el5.remi.i386 from remi has depsolving problems
  --> Missing Dependency: php(zend-abi) = 20090626 is needed by package php-pecl-apc-3.1.3p1-1.el5.remi.i386 (remi)
php-pecl-apc-3.1.3p1-1.el5.remi.i386 from remi has depsolving problems
  --> Missing Dependency: php(api) = 20090626 is needed by package php-pecl-apc-3.1.3p1-1.el5.remi.i386 (remi)
Error: Missing Dependency: php(api) = 20090626 is needed by package php-pecl-apc-3.1.3p1-1.el5.remi.i386 (remi)
Error: Missing Dependency: php(zend-abi) = 20090626 is needed by package php-pecl-apc-3.1.3p1-1.el5.remi.i386 (remi)

Can anyone help me?

So long....

T-One


ps: awesome work remi, normaly your repos work like a charm

Re: php-pecl-apc installation for php 5.2.10 (missing dependency)

You must look in the archives and download / install manually the     php-pecl-apc-3.0.19

+

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: php-pecl-apc installation for php 5.2.10 (missing dependency)

big thanks remi, works perfect