We tried installing the nrpe plugins on server HP 11.11 platform
HP version used: HP-UX virgo1 B.11.11 U 9000/800 185687557 unlimited user license.
HP model : 9000/800/rp3440
Upon running ./configure we faced an error, “Cannot find ssl libraries”.
We proceeded by creating a libssl.so file as we couldn’t find any file with this name.
The error while compiling said that in the nrpe.c file, under the function “get_log_facility”, log_authpriv and log_ftp were undeclared variables.
On deleting the entries corresponding to log_authpriv and log_ftp, the compilation was successful.
But we observed that we were facing issues. Eg: the libexec folder was empty.
Please provide any help that you can ??? Any Ideas to help ???