View Issue Details

IDProjectCategoryView StatusLast Update
0000587AlmaLinux-9mysqlpublic2025-11-27 02:47
Reporterfstrander Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Summary0000587: Unable to install perl-DBD-MySQL-4.053 in a MySQL 8.4 (libmysqlclient.so.24)
DescriptionUnable to install perl-DBD-MySQL-4.053 in a MySQL 8.4 (libmysqlclient.so.24) environment
due to a dependency on libmysqlclient.so.21.
Steps To Reproduce1. install MySQL 8.4 by dnf

```
sudo dnf module reset mysql
sudo dnf module enable mysql:8.4
sudo dnf install mysql-server mysql-libs
sudo systemctl start mysqld
sudo find /lib64/ -type f -name "libmysqlclient.so*"
/lib64/mysql/libmysqlclient.so.24.0.6
```

2. Install perl-DBD-MySQL by dnf

```
$ sudo dnf install perl-DBD-MySQL
Last metadata expiration check: 0:05:07 ago on Thu Nov 27 11:33:15 2025.
Error:
 Problem: package perl-DBD-MySQL-4.053-1.el9.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.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
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
```

Additional Informationhttps://forums.almalinux.org/t/perl-dbd-mysql-cant-install/6814
Tagsalma9, appstream, dnf

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-27 02:40 fstrander New Issue
2025-11-27 02:40 fstrander Tag Attached: alma9
2025-11-27 02:40 fstrander Tag Attached: appstream
2025-11-27 02:40 fstrander Tag Attached: dnf