Bug 2303950 - nagios-plugins-load - no support for libssl1.1 or higher
Summary: nagios-plugins-load - no support for libssl1.1 or higher
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: nagios-plugins
Version: epel9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Guido Aulisi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-08-10 12:19 UTC by peter
Modified: 2024-08-10 12:19 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.