Symptoms
When attempting to upgrade the server from cPanel 130 to 132, the upgrade fails with the following:
[2025-12-16 16:43:12 +0000] Testing if the newly downloaded packages can be installed without conflict [2025-12-16 16:43:12 +0000] Testing RPM transaction [2025-12-16 16:43:13 +0000] libmariadb.so.3()(64bit) is needed by (installed) nagios-plugins-mysql-2.4.9-1.el8.x86_64 [2025-12-16 16:43:13 +0000] libmariadb.so.3(libmysqlclient_18)(64bit) is needed by (installed) nagios-plugins-mysql-2.4.9-1.el8.x86_64 [2025-12-16 16:43:13 +0000] W Exit Code: 93 [2025-12-16 16:43:13 +0000] ***** FATAL: Test install failed: error: Failed dependencies: [2025-12-16 16:43:13 +0000] libmariadb.so.3()(64bit) is needed by (installed) nagios-plugins-mysql-2.4.9-1.el8.x86_64 [2025-12-16 16:43:13 +0000] libmariadb.so.3(libmysqlclient_18)(64bit) is needed by (installed) nagios-plugins-mysql-2.4.9-1.el8.x86_64 [2025-12-16 16:43:13 +0000] The Administrator will be notified to review this output when this script completes [2025-12-16 16:43:13 +0000] ***** FATAL: Error testing if the packages will install: Test install failed: error: Failed dependencies: [2025-12-16 16:43:13 +0000] libmariadb.so.3()(64bit) is needed by (installed) nagios-plugins-mysql-2.4.9-1.el8.x86_64 [2025-12-16 16:43:13 +0000] libmariadb.so.3(libmysqlclient_18)(64bit) is needed by (installed) nagios-plugins-mysql-2.4.9-1.el8.x86_64 [2025-12-16 16:43:13 +0000] see https://go.cpanel.net/rpmcheckfailed for more information [2025-12-16 16:43:13 +0000] The Administrator will be notified to review this output when this script completes
Description
The OS-provided nagios-plugins-mysql packages require a package that satisfies the libmysqlclient_18 library, and in previous versions, this was incorrectly being satisfied from a cPanel-provided package. With cPanel 132, cPanel packages no longer state that they provide this library, which results in updates failing.
We've opened an internal case for our development team to investigate this further. For reference, the case number is CPANEL-50721. Follow this article to receive an email notification when a solution is published in the product.
Workaround
If perl ended up in a broken state, you may need to reinstall perl following our guide:
How to reinstall the cPanel Perl RPMs if /scripts/check_cpanel_pkgs isn't working.
Temporarily remove the package without removing it:
rpm -e --justdb --nodeps nagios-plugins-mysqlRerun upcp:
/scripts/upcpReinstall nagios-plugins-mysql
dnf install nagios-plugins-mysql
Comments
1 comment
Update: CPANEL-50721 is solved in the following cPanel & WHM version(s) and newer:
Article is closed for comments.