Ad Widget

Collapse

Everybody help me.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dagun
    Member
    • Sep 2009
    • 71

    #1

    Everybody help me.

    When I compile zabbix-1.8, I have a problem:

    checks_ssh.c: In function 'waitsocket':
    checks_ssh.c:64: error: 'LIBSSH2_SESSION_BLOCK_INBOUND' undeclared (first use in this function)
    checks_ssh.c:64: error: (Each undeclared identifier is reported only once
    checks_ssh.c:64: error: for each function it appears in.)
    checks_ssh.c:67: error: 'LIBSSH2_SESSION_BLOCK_OUTBOUND' undeclared (first use in this function)


    who can help me ?
  • Arioch
    Junior Member
    • Dec 2009
    • 19

    #2
    My guess is that you're running a 0.x version of libssh. You need at least 1.x to get it to work.

    Comment

    • RafaelMoreno
      Member
      • Jul 2009
      • 58

      #3
      What Operational System are you using?

      Thanks,

      Comment

      • dagun
        Member
        • Sep 2009
        • 71

        #4
        thanks

        Thanks every body.
        I have resolve the problem.
        When I compile the zabbix, I should set "--with-ssh2=/usr/local/"
        Everything will be ok.

        Comment

        Working...