error while loading shared libraries: libnetxms.so.0:

Started by jws, October 18, 2007, 01:15:02 PM

Previous topic - Next topic

jws

Hi
I'm trying to run a client on a Linux box.
but I get:
/usr/local/bin/nxagentd -D -c /etc/nxagentd.conf
/usr/local/bin/nxagentd: error while loading shared libraries: libnetxms.so.0: cannot open shared object file: No such file or directory

Victor Kirhenshtein

Hi!

Check that /usr/local/lib is in your /etc/ld.so.conf file and run ldconfig.

Best regards,
Victor

jws