Hello!
I have just started to load Zabbix to try it out in my environment. I was able to get the zabbix server up and running on Linux, but I am now trying to get the agent working on AIX. I downloaded the precompiled zabbix_agents_1.8.5.aix5300-08.powerpc.tar and placed the files into /usr/bin and /usr/sbin. When I try to run the zabbix_agentd, I get the following error:
root: ./zabbix_agentd
exec(): 0509-036 Cannot load program ./zabbix_agentd because of the following errors:
0509-150 Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded.
0509-152 Member libiconv.so.2 is not found in archive
When I check the archive, I get the following:
root: ar tv /usr/lib/libiconv.a
r--r--r-- 2/2 116968 Nov 10 17:22 2010 shr4.o
r--r--r-- 2/2 117218 Nov 10 17:22 2010 shr.o
How do I then get the shr2.0 there to make it work??
Also, I have tried to compile using gcc and ran into all types of issues.
Thanks!!
Geoff S
I have just started to load Zabbix to try it out in my environment. I was able to get the zabbix server up and running on Linux, but I am now trying to get the agent working on AIX. I downloaded the precompiled zabbix_agents_1.8.5.aix5300-08.powerpc.tar and placed the files into /usr/bin and /usr/sbin. When I try to run the zabbix_agentd, I get the following error:
root: ./zabbix_agentd
exec(): 0509-036 Cannot load program ./zabbix_agentd because of the following errors:
0509-150 Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded.
0509-152 Member libiconv.so.2 is not found in archive
When I check the archive, I get the following:
root: ar tv /usr/lib/libiconv.a
r--r--r-- 2/2 116968 Nov 10 17:22 2010 shr4.o
r--r--r-- 2/2 117218 Nov 10 17:22 2010 shr.o
How do I then get the shr2.0 there to make it work??
Also, I have tried to compile using gcc and ran into all types of issues.
Thanks!!
Geoff S
Comment