Ad Widget

Collapse

Zabbix agent 1.8 solaris 10 - run problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ufocek
    Senior Member
    • Aug 2006
    • 161

    #1

    Zabbix agent 1.8 solaris 10 - run problem

    Hi,

    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
    This same error I have if I run: svcsadm enable zabbix-agent

    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 ]
    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?
  • Tenzer
    Senior Member
    • Nov 2007
    • 316

    #2
    Try to run 'ldd ./zabbix_agentd', this will show all libraries the program needs, and if any of them can't be found.

    Comment

    Working...