I am installling zabbix on Debian,
I run the configure line without errors: ./configure --enable-server --with-mysql --with-ucd-snmp
say: Now run 'make'
OK, but when i make:
checks_snmp.c: Dans la fonction « get_value_snmp »:
checks_snmp.c:126: error: `USM_AUTH_PROTO_MD5_LEN' undeclared (first use in this function)
checks_snmp.c:126: error: (Each undeclared identifier is reported only once
checks_snmp.c:126: error: for each function it appears in.)
checks_snmp.c:168: error: `USM_PRIV_PROTO_DES_LEN' undeclared (first use in this function)
checks_snmp.c:272: attention : left shift count >= width of type
please, what i miss?!!
thanks.
laurent.
I run the configure line without errors: ./configure --enable-server --with-mysql --with-ucd-snmp
say: Now run 'make'
OK, but when i make:
checks_snmp.c: Dans la fonction « get_value_snmp »:
checks_snmp.c:126: error: `USM_AUTH_PROTO_MD5_LEN' undeclared (first use in this function)
checks_snmp.c:126: error: (Each undeclared identifier is reported only once
checks_snmp.c:126: error: for each function it appears in.)
checks_snmp.c:168: error: `USM_PRIV_PROTO_DES_LEN' undeclared (first use in this function)
checks_snmp.c:272: attention : left shift count >= width of type
please, what i miss?!!
thanks.
laurent.
Comment