Page 1 of 1

Check_DNS failing on Almalinux 9

Posted: Wed May 28, 2025 9:27 am
by colinjack
I have created a new Nagios Core server on Almalinux 9.
I have downloaded and installed 4.5.9 with the latest 2.4.11 plugins.
All work fine except for the CHECK_DNS plugin which returns

check_dns: error while loading shared libraries: libssl.so.1.1: cannot open shared object file:

Almalinux has OpenSSL 3.2.2 4 Jun 2024 installed so a much later version.

What is the solution please?
It seems the plugin is out of date? Am I able to obtain a newer version?

Any help much appreciated.

Thanks

Colin

Re: Check_DNS failing on Almalinux 9

Posted: Wed May 28, 2025 8:01 pm
by kg2857
Update openssl.

Re: Check_DNS failing on Almalinux 9

Posted: Thu May 29, 2025 3:00 am
by colinjack
I'm running 3.2.2.4 and it is looking for 1.1 ... how will updating openssl help?
It's running the latest version.

Re: Check_DNS failing on Almalinux 9

Posted: Thu May 29, 2025 4:51 am
by kg2857
Sorry, my bad reading comprehension is showing.

Re: Check_DNS failing on Almalinux 9

Posted: Thu May 29, 2025 5:03 am
by colinjack
kg2857 wrote: Thu May 29, 2025 4:51 am Sorry, my bad reading comprehension is showing.
:lol:

Re: Check_DNS failing on Almalinux 9

Posted: Thu May 29, 2025 6:45 pm
by MaterazziSan
Hi,

You can execute

Code: Select all

ldd $(which openssl)
for having more details about that shared library.

Which output are you getting?

Best regards

Re: Check_DNS failing on Almalinux 9

Posted: Fri May 30, 2025 2:51 am
by colinjack
MaterazziSan wrote: Thu May 29, 2025 6:45 pm Hi,

You can execute

Code: Select all

ldd $(which openssl)
for having more details about that shared library.

Which output are you getting?

Best regards
Thanks.
Getting this OpenSSL 3.2.2 4 Jun 2024 but gave up and have now reloaded with Almalinux 8 and all up and running.