On the same platform that I compiled and make b2, I tried to compile and make b5 and make failed.
Here is the error message:
checks_snmp.c: In function `get_value_snmp':
checks_snmp.c:126: `USM_AUTH_PROTO_MD5_LEN' undeclared (first use in this function)
checks_snmp.c:126: (Each undeclared identifier is reported only once
checks_snmp.c:126: for each function it appears in.)
checks_snmp.c:168: `USM_PRIV_PROTO_DES_LEN' undeclared (first use in this function)
checks_snmp.c:268: warning: left shift count >= width of type
make[4]: *** [checks_snmp.o] Error 1
make[3]: *** [install-recursive] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
Any help would be welcomed!
Thank you!
Here is the error message:
checks_snmp.c: In function `get_value_snmp':
checks_snmp.c:126: `USM_AUTH_PROTO_MD5_LEN' undeclared (first use in this function)
checks_snmp.c:126: (Each undeclared identifier is reported only once
checks_snmp.c:126: for each function it appears in.)
checks_snmp.c:168: `USM_PRIV_PROTO_DES_LEN' undeclared (first use in this function)
checks_snmp.c:268: warning: left shift count >= width of type
make[4]: *** [checks_snmp.o] Error 1
make[3]: *** [install-recursive] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
Any help would be welcomed!
Thank you!
Comment