Topic: php-mysqlnd is not in package list

Hello

  since version 5.4.12 I'm unable to install php-mysqlnd from remi repository using simple yum install:

[root@host ~]# yum install php-mysqlnd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.karneval.cz
* epel: mirror.karneval.cz
* remi: mirror5.layerjet.com
* updates: mirror.karneval.cz
Setting up Install Process
No package php-mysqlnd available.
Error: Nothing to do
[root@host ~]# yum search mysqlnd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.karneval.cz
* epel: mirror.karneval.cz
* remi: mirror5.layerjet.com
* updates: mirror.karneval.cz
Warning: No matches found for: mysqlnd
No Matches found

But I'm able to install it using full URL for the package:
[root@host ~]# yum localinstall http://rpms.famillecollet.com/enterpris … x86_64.rpm
Loaded plugins: fastestmirror
Setting up Local Package Process
php-mysqlnd-5.4.13-1.el6.remi.x86_64.rpm                             | 260 kB     00:00     
Examining /var/tmp/yum-root-vTECKr/php-mysqlnd-5.4.13-1.el6.remi.x86_64.rpm: php-mysqlnd-5.4.13-1.el6.remi.x86_64
Marking /var/tmp/yum-root-vTECKr/php-mysqlnd-5.4.13-1.el6.remi.x86_64.rpm to be installed
Loading mirror speeds from cached hostfile
* base: mirror.karneval.cz
* epel: mirror.karneval.cz
* remi: mirror5.layerjet.com
* updates: mirror.karneval.cz
Resolving Dependencies
--> Running transaction check
---> Package php-mysqlnd.x86_64 0:5.4.13-1.el6.remi will be installed
--> Finished Dependency Resolution

From my point of view there is some bug in remi repository metadata. Can you please check/regenerate it?

Best regards,

Ludek Finstrle

Re: php-mysqlnd is not in package list

Hmm

# yum list php-mysqlnd
...
Available Packages
php-mysqlnd.x86_64          5.4.13-1.el6.remi               remi

# yum search php-mysqlnd
...
========================== N/S Matched: php-mysqlnd ===========================
php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases

Can you try again after a "yum clean metadata" ?

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-mysqlnd is not in package list

I'm sorry for the wrong alarm. The main problem is here between chair and the keyboard.

I don't want to use mysql from remi so I excluded *mysql* in yum configuration. This also excluded php-mysqlnd ...

Thank you very much for such fast reaction and showing me that the repo is ok.

Best regards,

Ludek Finstrle