Ad Widget

Collapse

zabbix agent v 1.1.6 on aix 4.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mardux
    Junior Member
    • May 2007
    • 9

    #1

    zabbix agent v 1.1.6 on aix 4.3

    hello everybody
    first of very compliments for this fantastic product.
    I have a problem with the agent (v 1.1.6) on a system aix 4.3.
    I have installed it, but when it start report this error:

    0509-130 Symbol resolution failed for zabbix_agentd because:
    0509-136 Symbol ___bzero (number 1) is not exported from
    dependent module /usr/lib/libc.a(shr.o).
    0509-136 Symbol ___memmove (number 2) is not exported from
    dependent module /usr/lib/libc.a(shr.o).
    0509-136 Symbol ___fill (number 3) is not exported from
    dependent module /usr/lib/libc.a(shr.o).
    0509-192 Examine .loader section symbols with the
    'dump -Tv' command.

    the version of aix 4.3 are supported?
    if it's not so, how i can monitoring the system aix?
    with SNMP it is necessary to install the agent on the system aix?
    thanks for the help
  • NOB
    Senior Member
    Zabbix Certified Specialist
    • Mar 2007
    • 469

    #2
    Hi,

    I think that, at least, the function "bzero" is in libbsd.a (on AIX 5.3).
    Try adding that to the path where libraries are searched for.

    I am sorry, I can't be more specific, because I don't have
    an AIX 4.3 system available any more.

    HTH, anyway,

    Norbert.

    Comment

    • mardux
      Junior Member
      • May 2007
      • 9

      #3
      thanks for the help.

      i'm find the file libbsd.a, and i'm found it in /usr/lib/ directory.
      also libc.a file is in same directory, but it's a symbolic link to /usr/ccs/lib/libc.a
      another libc.a file is in this position: /usr/lib/threads/

      what you mean when you write "Try adding that to the path where libraries are searched for."?

      I have added the /usr/lib/ string to the $PATH to the shell, but the error is equal:

      exec(): 0509-036 Cannot load program ./zabbix_agentd because of the following errors:
      0509-130 Symbol resolution failed for zabbix_agentd because:
      0509-136 Symbol ___bzero (number 1) is not exported from
      dependent module /usr/lib/libc.a(shr.o).
      0509-136 Symbol ___memmove (number 2) is not exported from
      dependent module /usr/lib/libc.a(shr.o).
      0509-136 Symbol ___fill (number 3) is not exported from
      dependent module /usr/lib/libc.a(shr.o).
      0509-192 Examine .loader section symbols with the
      'dump -Tv' command.

      how I can use the function bzero (in libbsd.a file), when zabbix_agentd use libc.a?


      in alternative, using SNMP, is the zabbix's agent necessary??


      thanks

      Comment

      Working...