I've downloaded the Zabbix 1.6.6 binary from the public download page and I get the following error when trying to run zabbix_agentd:
-bash-3.00$ ./zabbix_agentd
ld.so.1: zabbix_agentd: fatal: libresolv.so.2: version `SUNW_2.3' not found (required by file zabbix_agentd)
ld.so.1: zabbix_agentd: fatal: libresolv.so.2: open failed: No such file or directory
Is this a known issue? Is there a workaround?
I've tried compiling from source as well and this fails on make install with:
gmake: *** [install-recursive] Error 1
-bash-3.00$ ./zabbix_agentd
ld.so.1: zabbix_agentd: fatal: libresolv.so.2: version `SUNW_2.3' not found (required by file zabbix_agentd)
ld.so.1: zabbix_agentd: fatal: libresolv.so.2: open failed: No such file or directory
Is this a known issue? Is there a workaround?
I've tried compiling from source as well and this fails on make install with:
gmake: *** [install-recursive] Error 1
Comment