Symptoms
After the cpanel-unbound package was updated to 1.26.0, you see openssl related errors. Indicating that version OPENSSL_3.4.0 was not found.
Cause
This is caused by having an outdated OpenSSL version installed older the version 3.4
Resolution
Ensure the OS release is updated to the latest version::
Perform an update of the almalinux-release package:
# dnf update almalinux-release
For AlmaLinux 8, you should be at AlmaLinux 8.10
For AlmaLinux 9, you should be at AlmaLinux 9.8
For AlmaLinux 10, you should be at AlmaLinux 10.2
Once the release package is updated, perform a dnf update to update all packages:
# dnf update
Perform an update of the CloudLinux-release package:
# dnf update cloudlinux-release
For CloudLinux 8, you should be at CloudLinux 8.10
For CloudLinux 9, you should be at CloudLinux 9.8
For CloudLinux 10, you should be at CloudLinux 10.2
Once the release package is updated, perform a dnf update to update all packages:
# dnf update
Ubuntu OpenSSL version needs to be 3.0.13 which is available on Ubuntu 24. This can be checked using the utility below:
# openssl version
If version is below 3.0.13 then perform an apt update and upgrade.
# apt update && apt upgrade
Comments
0 comments
Article is closed for comments.