Hi,
When I log into the system as user zabbix and run ./zabbix_agentd I get this error:
This same error I have if I run: svcsadm enable zabbix-agent
ls -lh /usr/local/lib/libiconv.so.2
lrwxrwxrwx 1 root root 17 Oct 31 2008 /usr/local/lib/libiconv.so.2 -> libiconv.so.2.4.0
Any ideas?
When I log into the system as user zabbix and run ./zabbix_agentd I get this error:
Code:
ld.so.1: zabbix_agentd: fatal: libiconv.so.2: open failed: No such file or directory Killed
Code:
svcadm enable zabbix-agent
bash-3.00# tail -f /var/svc/log/application-zabbix-agent\:default.log
[ Jan 9 13:52:00 Enabled. ]
[ Jan 9 13:52:00 Executing start method ("/usr/local/zabbix/sbin/zabbix_agentd") ]
ld.so.1: zabbix_agentd: fatal: libiconv.so.2: open failed: No such file or directory
[ Jan 9 13:52:00 Method "start" failed due to signal KILL ]
lrwxrwxrwx 1 root root 17 Oct 31 2008 /usr/local/lib/libiconv.so.2 -> libiconv.so.2.4.0
Any ideas?
Comment