Ad Widget

Collapse

make error with /poller/checks_snmp.c

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thafakir
    Junior Member
    • Jun 2006
    • 2

    #1

    make error with /poller/checks_snmp.c

    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.
  • abi
    Member
    • Jun 2006
    • 81

    #2
    hi,

    seems like youre missing the snmp development files (it would be
    good to know the whole error message in order to be able to
    discover what header files are missing)

    Try installing libsnmp9-dev.
    You may also want to use the packages provided by debian (see
    signature). Theyre only available for unstable at the moment.

    Comment

    • thafakir
      Junior Member
      • Jun 2006
      • 2

      #3
      hi, Thanks for your quick reply .
      I had install: apt-get install libsnmp5-dev
      And now, i don't have any errors when i make.
      Thanks!!

      Your debian packages contain server and agent?

      Comment

      Working...