Has anyone tried compiling an agent for AIX ???
is AIX supported ??
"./configure --enable-agent" appears to have run successfully.
i get the following error when running "./make install" :
"config.status: executing depfiles commands
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -g -O2 -MT zabbix_agent.o -MD -MP -MF ".deps/zabbix_agent.Tpo" -c -o zabbix_agent.o zabbix_agent.c; then mv -f ".deps/zabbix_agent.Tpo" ".deps/zabbix_agent.Po"; else rm -f ".deps/zabbix_agent.Tpo"; exit 1; fi
gcc -g -O2 -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
collect2: ../libs/zbxsysinfo/libzbxsysinfo.a: not a COFF file
make: The error code from the last command is 1."
any ideas. can I hear from the makers of Zabbix as to whether it was anticipated that AIX would be supported/thought of ???
thanks in advance
H
is AIX supported ??
"./configure --enable-agent" appears to have run successfully.
i get the following error when running "./make install" :
"config.status: executing depfiles commands
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -g -O2 -MT zabbix_agent.o -MD -MP -MF ".deps/zabbix_agent.Tpo" -c -o zabbix_agent.o zabbix_agent.c; then mv -f ".deps/zabbix_agent.Tpo" ".deps/zabbix_agent.Po"; else rm -f ".deps/zabbix_agent.Tpo"; exit 1; fi
gcc -g -O2 -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
collect2: ../libs/zbxsysinfo/libzbxsysinfo.a: not a COFF file
make: The error code from the last command is 1."
any ideas. can I hear from the makers of Zabbix as to whether it was anticipated that AIX would be supported/thought of ???
thanks in advance
H
Comment