Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - ikyb

#1
General Support / Cannot loads platform subagent
June 14, 2007, 03:39:30 PM
Hello, I try to compile 0.2.17 released on Freebsd 7,6.2

host# ./configure --with-server --with-mysql --with-agent --prefix=/usr/local/netxms
host# make
host# make install
host# /usr/local/netxms/bin/nxdbmgr init /home/user/netxms/sql/dbinit_mysql.sql 

Compilation of source code and install is ok, after i start service:
host# /usr/local/bin/nxagentd -D -d
..........
[14-Jun-2007 16:20:41] Log file opened
[14-Jun-2007 16:20:41] Debug: Log file opened
[14-Jun-2007 16:20:41] Debug: Subagent API initialized
[14-Jun-2007 16:20:43] NetXMS Agent started
............

host#  /usr/local/netxms/bin/netxmsd
..............
[14-Jun-2007 16:36:48] Log file opened
[14-Jun-2007 16:36:48] Cannot loads platform subagent "/usr/local/netxms/lib/libnsm_freebsd.so": Subagent doesn't provide any usable parameters
[14-Jun-2007 16:36:48] Database driver "/usr/local/netxms/lib/libnxddr_mysql.so" loaded and initialized successfully
[14-Jun-2007 16:36:48] NetXMS server cannot create node object for itself - probably because platform subagent cannot be loaded (check above error messages, if any)
...............

In what there can be a problem?