Topic: Unable to install php-pecl-sphinx - CentOS 7.2, PHP 7.1.4

Hello,

I'm trying to install php-pecl-sphinx using Remi's latest repository. It seems remi's repo does not support for php-pecl-sphinx on php 7.1 yet. Is there anything I can try from my end for now?

Re: Unable to install php-pecl-sphinx - CentOS 7.2, PHP 7.1.4

No stable version have been published for PHP 7.x

But 1.4.0-dev  is available in testing repository.

See the Wizard instructions:  http://rpms.remirepo.net/wizard/

SO, probably
yum --enablerepo=remi-php71-test install php-pecl-sphinx

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: Unable to install php-pecl-sphinx - CentOS 7.2, PHP 7.1.4

Hello Remi,

It worked. Thanks a lot! Really appreciate your help.