NetXMS Support Forum

English Support => General Support => Topic started by: jws on October 18, 2007, 01:15:02 PM

Title: error while loading shared libraries: libnetxms.so.0:
Post by: jws on October 18, 2007, 01:15:02 PM
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
Title: Re: error while loading shared libraries: libnetxms.so.0:
Post by: Victor Kirhenshtein on October 18, 2007, 04:36:21 PM
Hi!

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

Best regards,
Victor
Title: Re: error while loading shared libraries: libnetxms.so.0:
Post by: jws on October 18, 2007, 08:47:14 PM
Thank you!
ldconfig did the trick.