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
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