Hi All,
I'm trying to use zabbix agent on AIX 5.3 and i'm getting the error:
ldd zabbix_agentd
zabbix_agentd needs:
/usr/lib/libc.a(shr.o)
/usr/lib/libiconv.a(libiconv.so.2)
ar: 0707-109 Member name libiconv.so.2 does...
Search Result
Collapse
4 results in 0.0024 seconds.
Keywords
Members
Tags
-
Zabbix Agent 2.0.0 on AIX 5.3
-
Zabbix proxy, zabbix server on hp-ux
There are many compiling and run problems you can get when try to compile and run zabbix_server on hp-ux. I spent some time to fix and resolve it.
It may be useful for who will be search.
Summary:
1) We need remove sysinfo.h from configure (prevent Present but cannot be compiled... -
iconv.h error on configuring zabbix 1.8 agent on hp-ux 11.23
os hp-ux 11.23
trying to configure agent using option below.
./configure --enable-agent --with-mysql --with-net-snmp --with-libcurl --prefix=/usr/local/zabbix
Error:
checking for ICONV support... configure: error: Unable to find iconv.h "no"... -
Editing the configure script
I'm not the first person who has had to do this, so perhaps this thread will be a good place to keep track of edits people have made to get Zabbix 1.8 to compile.
My version of Solaris 10 had a Sun version of libiconv.h in /usr/include. It also had the much more extensive GNU version...