diglopes
(usa Ubuntu)
Enviado em 13/09/2013 - 10:36h
Refiz a instalação dos plugins e veja que quando dou o comando abaixo apresenta os seguintes erros:
[root@ip-10-252-143-146 nagios-plugins-1.4.16]# make all -s
Making all in gl
Making all in tap
Making all in lib
Making all in .
Making all in tests
Making all in plugins
check_http.c: In function ‘process_arguments’:
check_http.c:312: error: ‘ssl_version’ undeclared (first use in this function)
check_http.c:312: error: (Each undeclared identifier is reported only once
check_http.c:312: error: for each function it appears in.)
make[2]: *** [check_http.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
e
[root@ip-10-252-143-146 nagios-plugins-1.4.16]# make install -s
Making install in gl
Making install in tap
Making install in lib
Making install in .
Making install in tests
Making install in plugins
check_http.c: In function ‘process_arguments’:
check_http.c:312: error: ‘ssl_version’ undeclared (first use in this function)
check_http.c:312: error: (Each undeclared identifier is reported only once
check_http.c:312: error: for each function it appears in.)
make[1]: *** [check_http.o] Error 1
make: *** [install-recursive] Error 1
Tem alguma ideia??