Topic: php-devel-5.3.5-1.el5.remi.1.x86_64.rpm

Hello Remi or anyone out there.

I have been searching high and low for php-devel-5.3.5-1.el5.remi.1.x86_64.rpm my current server requires this version for me to install and run memcached, I can't find it anywhere sad

Update/upgrade is not possible at this point.

I would appreciate if someone has it out there and can facilitate it for me

Thanks so much!

-N

Re: php-devel-5.3.5-1.el5.remi.1.x86_64.rpm

I don't understand why you need php-devel for memcached ?
php-devel is only required to "build" extension
memcache or memcached extensions are available as RPM.

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-devel-5.3.5-1.el5.remi.1.x86_64.rpm

The problem is when I try to compile the memcached extension for PHP, it requires phpize, and then I get:

[root@memcached-1.0.2]# phpize
Can't find PHP headers in /usr/include/php
The php-devel package is required for use of this command.

An that is my issue.

Re: php-devel-5.3.5-1.el5.remi.1.x86_64.rpm

so :

yum --enablerepo=remi install php-pecl-memcached
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-devel-5.3.5-1.el5.remi.1.x86_64.rpm

I had to re-configure the remi repo, but it is working great now.

Thanks so much!