Bug 2303950

Summary: nagios-plugins-load - no support for libssl1.1 or higher
Product: [Fedora] Fedora EPEL Reporter: peter <peter.guttkuhn>
Component: nagios-pluginsAssignee: Guido Aulisi <guido.aulisi>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel9CC: guido.aulisi, igor.raits, lemenkov, smooge
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description peter 2024-08-10 12:19:31 UTC
Description of problem:

nagios-plugins-load - no support for libssl1.1 or higher
(probably also affect other checks)

Version-Release number of selected component (if applicable):

nagios-plugins-load-2.4.9-1.el9

How reproducible:

ldd /usr/lib64/nagios/plugins/check_load
...
        libssl.so.10 => not found
        libcrypto.so.10 => not found
...

Steps to Reproduce:

1. dnf install nagios-plugins-load
2. rpm -qf /usr/lib64/nagios/plugins/check_load
nagios-plugins-load-2.4.9-1.el9.x86_64

dnf info nagios-plugins-load
...    
Installed Packages
Name         : nagios-plugins-load
Version      : 2.4.9
Release      : 1.el9
Architecture : x86_64
Size         : 36 k
Source       : nagios-plugins-2.4.9-1.el9.src.rpm
Repository   : @System
From repo    : el_9_epel_9_base
Summary      : Nagios Plugin - check_load
URL          : https://www.nagios-plugins.org/
License      : GPLv3+
Description  : Provides check_load support for Nagios.

3. /usr/lib64/nagios/plugins/check_load
/usr/lib64/nagios/plugins/check_load: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory

4. ldd /usr/lib64/nagios/plugins/check_load
        linux-vdso.so.1 (0x00007fffb21fc000)
        libssl.so.10 => not found
        libcrypto.so.10 => not found
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fa78ae19000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fa78ae14000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fa78a800000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fa78ae25000)

5. cat /etc/redhat-release 
Red Hat Enterprise Linux release 9.4 (Plow)

Actual results:

check doesn't work

Expected results:

check works


Additional info:

https://github.com/nagios-plugins/nagios-plugins/issues/681