check_disk: /lib64/libcrypto.so.10: version `libcrypto.so.10' not found

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Post Reply
thierry.verreyt
Posts: 1
Joined: Fri Aug 21, 2020 4:41 am

check_disk: /lib64/libcrypto.so.10: version `libcrypto.so.10' not found

Post by thierry.verreyt »

Hi
I'm in Centos 8 and I have an error when I try to launch some monitoring

/usr/lib64/nagios/plugins/check_disk -W 15% -c 10% -v -uGB -Xiso9660 -Xtmpfs -Xcifs -Xdevtmpfs -Xtracefs -M -A -i /.gvfs -H
/usr/lib64/nagios/plugins/check_disk: /lib64/libcrypto.so.10: version `libcrypto.so.10' not found (required by /usr/lib64/nagios/plugins/check_disk)


ldd /usr/lib/nagios/plugins/check_disk
/usr/lib/nagios/plugins/check_disk: /lib64/libcrypto.so.10: version `libcrypto.so.10' not found (required by /usr/lib/nagios/plugins/check_disk)
linux-vdso.so.1 (0x00007ffe2c3c2000)
libssl.so.10 => /lib64/libssl.so.10 (0x00007f08bcc10000)
libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007f08bc727000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f08bc507000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f08bc303000)
libc.so.6 => /lib64/libc.so.6 (0x00007f08bbf3d000)
libz.so.1 => /lib64/libz.so.1 (0x00007f08bbd26000)
/lib64/ld-linux-x86-64.so.2 (0x00007f08bcea4000)

I already check the library is not missing

$ ll /lib64/libcrypto.so.10
lrwxrwxrwx 1 root root 19 Mar 21 2022 /lib64/libcrypto.so.10 -> libcrypto.so.1.1.1k

Could you help me on this topic ?
Thanks
Thierry
User avatar
lgute
Posts: 117
Joined: Mon Apr 06, 2020 2:49 pm

Re: check_disk: /lib64/libcrypto.so.10: version `libcrypto.so.10' not found

Post by lgute »

Hi [user][/user], thanks for reaching out.

Your issue may be related to this post compat-openssl10 missing.

You can try installing compat-openssl10 with yum or dnf.

Code: Select all

dnf install compat-openssl10
or

Code: Select all

yum install compat-openssl10
Please let us know if this works for you or if you need further assistance.
Please let us know if you have any other questions or concerns.

-Laura
Post Reply