NetXMS Support Forum

English Support => General Support => Topic started by: Nikk on January 23, 2014, 11:19:27 AM

Title: upgrading to 1.2.11 - libstrophe.so.1
Post by: Nikk on January 23, 2014, 11:19:27 AM
Hi,

When after successful upgrade I try to start server, I get this error :
error while loading shared libraries: libstrophe.so.1: cannot open shared object file: No such file or directory
What should i do, to solve this issue?

Installing from source package.
Linux ubuntu-server 3.5.0-45-generic #68~precise1-Ubuntu SMP Wed Dec 4 16:19:28 UTC 2013 i686 i686 i386 GNU/Linux

Nikk
Title: Re: upgrading to 1.2.11 - libstrophe.so.1
Post by: Victor Kirhenshtein on January 23, 2014, 07:46:52 PM
Hi!

Check that libstrophe.so.1 was installed into destination libdir. If it is, try to run ldconfig.

Best regards,
Victor
Title: Re: upgrading to 1.2.11 - libstrophe.so.1
Post by: Nikk on January 24, 2014, 09:44:23 AM
Thank you, it worked :)