I tried following all of the instructions from the thread:
however, I'm still having problems compiling even with xlc installed -- the error I'm getting is:
Will the precompiled agent for AIX5.1 for Zabbix 1.0 work on AIX5.3ML03 with Zabbix 1.1? Would I be better off downgrading the entire enviroment to zabbix 1.0?
however, I'm still having problems compiling even with xlc installed -- the error I'm getting is:
Code:
Making all in zabbix_agent
xlc -g -o zabbix_agent zabbix_agent.o ../libs/zbxsysinfo/libzbxsysinfo.a ../libs/zbxsysinfo/aix/libzbxsysinfo2.a ../libs/zbxlog/libzbxlog.a ../libs/zbxcrypto/libzbxcrypto.a ../libs/zbxnet/libzbxnet.a ../libs/zbxconf/libzbxconf.a ../libs/zbxcommon/libzbxcommon.a -lnsl
ld: 0711-230 WARNING: Nested archives are not supported.
Archive member ../libs/zbxsysinfo/libzbxsysinfo.a[libzbxcommon.a] is being ignored.
ld: 0711-230 WARNING: Nested archives are not supported.
Archive member ../libs/zbxsysinfo/libzbxsysinfo.a[libzbxcrypto.a] is being ignored.
ld: 0711-230 WARNING: Nested archives are not supported.
Archive member ../libs/zbxsysinfo/aix/libzbxsysinfo2.a[libzbxcommon.a] is being ignored.
ld: 0711-230 WARNING: Nested archives are not supported.
Archive member ../libs/zbxsysinfo/aix/libzbxsysinfo2.a[libzbxcrypto.a] is being ignored.
ld: 0711-317 ERROR: Undefined symbol: .__fixunsdfdi
ld: 0711-317 ERROR: Undefined symbol: .__cmpdi2
ld: 0711-317 ERROR: Undefined symbol: .__floatdidf
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.
Stop.
make: 1254-004 The error code from the last command is 1.
Comment