Ad Widget

Collapse

Zabbix proxy error message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • miovel
    Junior Member
    • Feb 2011
    • 9

    #1

    Zabbix proxy error message

    Till now i used only zabbix agent even in private networks however i want make it work via proxy. I have compiled zabbix proxy without problem, create config file with mandatory data:

    Server=x.x.x.x
    LogFile=/tmp/zabbix_proxy.log
    DBname=/etc/zabbix/zabbixproxydb
    Hostname=xhostnamex

    If i try run zabbix proxy i got following error message, could you explain me its meaning?

    Code:
    [COLOR="red"]/opt/zabbix/sbin/zabbix_proxy: symbol lookup error: /opt/zabbix/sbin/zabbix_proxy: undefined symbol: usmDESPrivProtocol[/COLOR]
    Thanks
  • miovel
    Junior Member
    • Feb 2011
    • 9

    #2
    No advice?

    Comment

    • badener
      Member
      • Sep 2009
      • 42

      #3
      Hi,

      usmDESPrivProtocol points towards snmp.
      I would check the installed snmp libraries and maybe reinstall them. Then I'd recompile zabbix.

      Comment

      Working...