NetXMS Support Forum

English Support => General Support => Topic started by: tivanni on July 31, 2015, 04:20:41 PM

Title: Nxevent not working
Post by: tivanni on July 31, 2015, 04:20:41 PM
Hi,

i have two Netxms 1.2.13. . .On one of the two server, nxevent is not working!

When I try to use it, in this way:

nxevent -o 3637 -u user -P password  127.0.0.1 28, i got this error:

nxevent: symbol lookup error: /usr/local/lib/libnxcl.so.1: undefined symbol: _ZN11CSCPMessage13CreateMessageEv

The object 3637 exists and don't have problem. If i try with other object is the same. Event 28 is SYS_NODE_DOWN.

On the other server, with the same version of software, the command works fine.

Can someone solve this?

Thank you !
Title: Re: Nxevent not working
Post by: Victor Kirhenshtein on August 04, 2015, 06:08:56 PM
Hi,

seems to be a problem with installation - looks like nxevent compiled for older/newer version of libnxcl. Is it possible that you for example forgot to specify --with-client when building upgrade binaries? Anyway, I think best solution would be to recompile binaries on that server.

Best regards,
Victor
Title: Re: Nxevent not working
Post by: tivanni on August 25, 2015, 12:34:40 PM
Hi Victor,

Thanks, I try it at the next production stop.

Regards,