View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000587 | AlmaLinux-9 | mysql | public | 2025-11-27 02:40 | 2025-11-27 02:47 |
| Reporter | fstrander | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0000587: Unable to install perl-DBD-MySQL-4.053 in a MySQL 8.4 (libmysqlclient.so.24) | ||||
| Description | Unable 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 Reproduce | 1. 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 Information | https://forums.almalinux.org/t/perl-dbd-mysql-cant-install/6814 | ||||
| Tags | alma9, appstream, dnf | ||||