I am trying to compile nrpe on Solaris 10.
I have been unable to make it compile with ssl.
That's fine; I'm happy to go without.
I can't get it to make even when I configure with --disable-ssl
Several errors in nrpe.c are returned.
Code: Select all
./nrpe.c:103: error: syntax error before '*' token
./nrpe.c:1799: error: syntax error before '*' token
./nrpe.c: In function `complete_SSL_shutdown':
./nrpe.c:1816: error: `ssl' undeclared (first use in this function)
./nrpe.c:1816: error: (Each undeclared identifier is reported only once
./nrpe.c:1816: error: for each function it appears in.)
Do we have a fix yet?
Thanks,
Rick