Ad Widget

Collapse

AIX compilation and precompiled agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • olexat
    Member
    • Feb 2007
    • 30

    #1

    AIX compilation and precompiled agent

    Hello there,

    there were some problems compiling zabbix agent on AIX 5.3 with gcc 4.0.0 during linking. I have found a workaround. After running ./configure, apply the patch this way:

    cd zabbix-1.1.6/src/libs/zbxsysinfo/
    patch -p1 < ~/zabbix_agent-1.1.6-aix.diff

    now run make in the topmost directory.


    It seems like a (static) library can't contain another library, so the objects were linked directly.

    I'm also ready to share compiled aix5.3 agent.

    Tom
    Attached Files
Working...