Hello,
Rocky Linux 9.6 comes with MySQL 8.4 in Appstream.
I need perl-DBD-MySQL package to be compatible with MYSQL 8.4.
Problem, upgrading mysql 8.0.44 to 8.4.7 removes perl-DBD-MySQL package:
[root@dcsususacapm01 ~]# yum update --allowerasing --noautoremove mysql-libs
Repository packages-microsoft-com-prod is listed more than once in the configuration
Last metadata expiration check: 0:35:40 ago on Thu Jan 29 16:53:56 2026.
Dependencies resolved.
=================================================================================================================================================================================================================
Package Architecture Version Repository Size
=================================================================================================================================================================================================================
Upgrading:
mysql-common noarch 8.4.7-1.module+el9.7.0+40041+63d6250e appstream 69 k
mysql-libs x86_64 8.4.7-1.module+el9.7.0+40041+63d6250e appstream 1.3 M
Removing dependent packages:
perl-DBD-MySQL x86_64 4.053-1.el9.0.1 @appstream 364 k
If I try to install it manually later:
[root@dcsususacapm01 ~]# yum install perl-DBD-MySQL --skip-broken
Last metadata expiration check: 0:36:25 ago on Thu Jan 29 16:53:56 2026.
Dependencies resolved.
Problem: package perl-DBD-MySQL-4.053-1.el9.0.1.x86_64 from appstream requires libmysqlclient.so.21()(64bit), but none of the providers can be installed
- package perl-DBD-MySQL-4.053-1.el9.0.1.x86_64 from appstream requires libmysqlclient.so.21(libmysqlclient_21.0)(64bit), but none of the providers can be installed
- conflicting requests
- package mysql-libs-8.0.43-1.el9_6.x86_64 from appstream is filtered out by modular filtering
- package mysql-libs-8.0.44-1.el9_7.x86_64 from appstream is filtered out by modular filtering
Look like perl-DBD-MySQL can only be installed with MySQL 8.0.44 libs.
Any possibilitiy to make perl-DBD-MySQL available with MySQL 8.4 ?