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.
# /usr/local/nagios/libexec/check_nrpe
/usr/local/nagios/libexec/check_nrpe: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
I can confirm openssl is installed so I wonder if I have setup Nagios wrong? Server is CentOS 6 and it's Nagios Core 4.0.1 installed.
This type of problem comes up often. You need to look at the config.log in the directory you compiled your nrpe plugin in. Search for ssl or something similar and it should lead you to what it couldn't find.
You may also want to run ldd on /usr/local/nagios/libexec/check_nrpe and follow through to make sure that the libraries it's looking for are really in the directories it's looking for them in.
Was nrpe compiled from source on this system? If not, and you just copied the bin over, you most likely have linking problems. The best resolution is to rebuild from source on this box.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
It was done from source, found a website with instructions. Will compile it all again me thinks, what's the best way to remove it? Just remove the directories?