re2212 发表于 2015-2-9 09:47:40

编译nagios-plugins报错./stdio.h:456:1:

在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解决办法:
1
2
cd /root/nagios-plugins-1.4.16/gl
sed -i -e '/gets is a security/d' ./stdio.in.h



页: [1]
查看完整版本: 编译nagios-plugins报错./stdio.h:456:1: