Ad Widget

Collapse

error zabbix 1.1 7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • valsad
    Junior Member
    • Mar 2005
    • 3

    #1

    error zabbix 1.1 7

    Hi All!

    I'm start from su zabbix, and he writes:

    /usr/local/zabbix/zabbix_server: symbol lookup error: /usr/lib/libnetsnmp.so.5: undefined symbol: RAND_bytes

    (Mandrake 10.1)

    help, what the problems?
  • welshpjw
    Member
    • Mar 2005
    • 50

    #2
    Not sure about the error. A quick google'n leads to a possible problem with libcrypto. Please run the command:
    "ldd /usr/local/zabbix/zabbix_server"
    and see if there are any not found libraries, please.

    Comment

    • valsad
      Junior Member
      • Mar 2005
      • 3

      #3
      re

      Originally posted by welshpjw
      Not sure about the error. A quick google'n leads to a possible problem with libcrypto. Please run the command:
      "ldd /usr/local/zabbix/zabbix_server"
      and see if there are any not found libraries, please.
      error not found:

      linux-gate.so.1 => (0xffffe000)
      libnsl.so.1 => /lib/libnsl.so.1 (0x40024000)
      libm.so.6 => /lib/tls/libm.so.6 (0x40037000)
      libz.so.1 => /lib/libz.so.1 (0x4005a000)
      libnetsnmp.so.5 => /usr/lib/libnetsnmp.so.5 (0x4006b000)
      libc.so.6 => /lib/tls/libc.so.6 (0x40109000)
      /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

      Comment

      • welshpjw
        Member
        • Mar 2005
        • 50

        #4
        I still kinda believe you got a missing dependency... I'm still new to zabbix, however... I hope not to lead you wrong. Please check to see if you have openssl installed on your box. My zabbix has the openssl-0.9.7a linked to the client (RH9, FC2) and server (FC2).

        In addition, the command "strings /lib/libcrypto.so.0.9.7a |grep -i RAND_bytes" shows that the function "RAND_bytes" is (mentioned) in the libcrypto.

        Hope this helps.

        Comment

        • valsad
          Junior Member
          • Mar 2005
          • 3

          #5
          Originally posted by welshpjw
          In addition, the command "strings /lib/libcrypto.so.0.9.7a |grep -i RAND_bytes" shows that the function "RAND_bytes" is (mentioned) in the libcrypto.
          write me this: "strings: '/lib/libcrypto.so.0.9.7a': No such file"

          What me doing?

          Thanx for help.
          Last edited by valsad; 23-03-2005, 14:01. Reason: replay

          Comment

          • welshpjw
            Member
            • Mar 2005
            • 50

            #6
            I'm still VERY new at zabbix, but my current GUESS is to have you install "openssl" onto your system and see if the problem persists.

            Comment

            Working...