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

大兔子大兔子 提交于 2020-03-02 02:44:17

今天买了一台vps安装nagios做监控. 但在编译nagios-plugin时竟然发生了如下错误:

In file included from localcharset.c:28:0:

./stdio.h:456:1: error: ‘gets’ undeclared here (not in a function)
make[4]: *** [localcharset.o] Error 1
make[4]: Leaving directory `/root/nagios-plugins-1.4.16/gl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/nagios-plugins-1.4.16/gl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/nagios-plugins-1.4.16/gl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/nagios-plugins-1.4.16'

make: *** [all] Error 2

解决办法:

在gl目下执行:sed -i -e '/gets is a security/d' ./stdio.in.h就搞定了

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!