Hi -
I'm having trouble installing a working client & server on an Ubuntu 11.10 machine.
I'm able to get the v1.0.13 server compiled & running OK.  But what client should I be using (again, for Ubuntu/Linux)?  I don't see a matching version (e.g. 1.0.13 client) at https://www.netxms.org/download/archive/nxmc/ (https://www.netxms.org/download/archive/nxmc/) or https://www.netxms.org/download/archive/ (https://www.netxms.org/download/archive/) so I tried 1.1.10 but it complained about protocol version differences (wouldn't let me sign on).
If I try installing the v1.1.10 server I get errors during the make process:
/usr/local/bin/nxmibc: error while loading shared libraries: libnxtre.so.5: cannot open shared object file: No such file or directory
make[3]: *** [install-exec-hook] Error 127
make[3]: Leaving directory `./installImages/netxms-1.1.10'
make[2]: *** [install-exec-am] Error 2
make[2]: Leaving directory `./installImages/netxms-1.1.10'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `./netxms/installImages/netxms-1.1.10'
make: *** [install-recursive] Error 1
Any suggestions?
Thanks.
			
			
			
				Hi!
It's a bug. Run ldconfig and then make install again.
Best regards,
Victor
			
			
			
				Thanks Victor - 
That worked great.  Appreciate the quick response.