Compile Error on AIX 5.3 and Solaris 10
Brought to you by:
egalstad
Getting this
nrpe.c:619: error: 'LOG_FTP' undeclared (first use in this function)
older Versions are OKAY:
Comment them out:
at line 616
/*else if(!strcmp(varvalue,”authpriv”))
log_facility=LOG_AUTHPRIV;
else if(!strcmp(varvalue,”ftp”))
log_facility=LOG_FTP;*/
See:
http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-on-solaris-10/
also for Solaris 10 !!