Topic: install php-pecl-radius on RHEL5-64bit

I meet a problem when install this package

I first download the package and do
$ sudo rpm -ivh php-pecl-radius-1.2.5-6.el5.remi.x86_64.rpm

warning: php-pecl-radius-1.2.5-6.el5.remi.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID 00f97f56
error: Failed dependencies:
        /usr/bin/pecl is needed by php-pecl-radius-1.2.5-6.el5.remi.x86_64
        php(api) = 20090626 is needed by php-pecl-radius-1.2.5-6.el5.remi.x86_64
        php(zend-abi) = 20090626 is needed by php-pecl-radius-1.2.5-6.el5.remi.x86_64

Here's what I have for now

$ ls /usr/bin/php53/
pear*  peardev*  pecl*  phar@  phar.phar*  php*  php-cgi*  phpize*



$ /usr/bin/php53/php -v
PHP 5.3.5 (cli) (built: Jan  7 2011 18:36:18)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies


Could someone please advise me?

Thank you.

Re: install php-pecl-radius on RHEL5-64bit

With php53, you must only use php53 extension in the same repository.

php-pecl-radius works with php.
You need php53-pecl-radius which doesn't yet exists.

Do you really need the relocated php ? (installation beside php 5.1)
- if no: you should use the standard php 5.3.5 from remi repository
- if yes: you must wait or ask for this relocated extension using the "donate" button

Remi.

P.S. : read Install both php 5.1.6 and php 5.3.x and php 5.3.5

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