编译nagios
在AWS的EC2上编译nagios-plugins报错:./stdio.h:456:1: error: ‘gets’ undeclared here (not in a function)
make: *** Error 1
make: Leaving directory `/root/nagios-plugins-1.4.16/gl'
make: *** Error 1
make: Leaving directory `/root/nagios-plugins-1.4.16/gl'
make: *** Error 2
make: Leaving directory `/root/nagios-plugins-1.4.16/gl'
make: *** Error 1
make: Leaving directory `/root/nagios-plugins-1.4.16'
make: *** Error 2
解决办法:
cd /root/nagios-plugins-1.4.16/gl
sed -i -e '/gets is a security/d' ./stdio.in.h
页:
[1]