This is the frequently asked questions
envoyer un SMS via Nagios : Alert ou notifiacation par SMS ?????
I am installing nagios plugins on IRIX System for monitoring as a remote host but it is giving error as below.
If you are Outside of North America or you are not a Silicon Graphics support customer then contact your local support provider.
cc-1047 cc: WARNING File = common.h, Line = 206 Macro "__attribute__" (declared at line 36 of "../gl/string.h") has an incompatible redefinition.
# define __attribute__(x) /* do nothing */ ^
cc-1005 cc: ERROR File = check_ldap.c, Line = 38 The source file "lber.h" is unavailable.
#include ^
1 catastrophic error detected in the compilation of "check_ldap.c". Compilation terminated. *** Error code 2 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21)
For some reason configure detects the LDAP libraries but some required files are missing.
If you don't need check_ldap you can add "ac_cv_lib_ldap_main=no" to your configure, ex:
./configure ac_cv_lib_ldap_main=no
This will make configure skip LDAP detection and disable compiling of this problematic plugin.
envoyer un SMS via Nagios : Alert ou notifiacation par SMS ?????
I am installing nagios plugins on IRIX System for monitoring as a remote host but it is giving error as below.
If you are Outside of North America or you are not a Silicon
Graphics support customer then contact your local support provider.
cc-1047 cc: WARNING File = common.h, Line = 206
Macro "__attribute__" (declared at line 36 of "../gl/string.h") has an
incompatible redefinition.
# define __attribute__(x) /* do nothing */
^
cc-1005 cc: ERROR File = check_ldap.c, Line = 38
The source file "lber.h" is unavailable.
#include
^
1 catastrophic error detected in the compilation of "check_ldap.c".
Compilation terminated.
*** Error code 2 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
For some reason configure detects the LDAP libraries but some required files are missing.
If you don't need check_ldap you can add "ac_cv_lib_ldap_main=no" to your configure, ex:
./configure ac_cv_lib_ldap_main=no
This will make configure skip LDAP detection and disable compiling of this problematic plugin.