Objective
The objective is to present the solution for “no acceotable C compiler found” error that occurs while you compile the Plugins or NRPE.
Symptom
While compiling the Plugins or NRPE, occur some errors, such as: “no acceptable C compiler found“.
Solution
To resolve, install packages that are requirements.
[root@localhost]# yum install cgg openssl-devel net-snmp-utilis -y
Another option is to install the NRPE without SSL, using the command below:
[root@localhost]# ./configure --prefix=/usr/local/opmon --with-nrpe- user=opuser --with-nagios-user=opuser --with-nrpe-group=users --with-nagios-group=users --enable-command-args --disable-ssl