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 !
			
			
			
				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
			
			
			
				Hi Victor,
Thanks, I try it at the next production stop.
Regards,