I run the following command ./check_ping (Nagios plugin) but it says the file or directory does not exist. However, the file does exist.
file check_ping
check_ping: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=78c644f711477d8987bc8e5b058bd10261a899a0, with debug_info, not stripped
What do I need to do to get it to work?
libnsl
? what is the result ofldd /path/to/check_ping
? – Romeo Ninov Dec 07 '22 at 10:21check_ping
? – Chris Davies Dec 07 '22 at 21:40