Symptoms
When trying to access WHM, you are presented with this error:
Invalid License File. Incorrect authority delivering the license.
Running cpkeyclt
returns the following error.
DNS::Unbound object version 0.19 does not match $DNS::Unbound::VERSION 0.20
Description
The error is commonly caused by the cpanel-perl-536-dns-unbound
package being corrupt or missing.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Remove the
cpanel-perl-536-dns-unbound
package from the RPM database.
rpm -e --nodeps --justdb cpanel-perl-536-dns-unbound
- Run the following command to reinstall the package.
/usr/local/cpanel/scripts/check_cpanel_pkgs --fix
- Resync the cPanel files.
/usr/local/cpanel/scripts/upcp --sync
- Update the license.
/usr/local/cpanel/cpkeyclt --force
Comments
0 comments
Article is closed for comments.