NetXMS Support Forum

English Support => General Support => Topic started by: pvo on April 09, 2020, 01:18:07 PM

Title: ssh.nsm missing in nxagent-3.2.451 for linux x86_64
Post by: pvo on April 09, 2020, 01:18:07 PM
I've found that the ssh.nsm is missing in nxagent-3.2.451-linux-x86_64.tar.gz and nxagent-3.2.451-linux-x86_64.apkg.
The Debian package seems to be OK.

Is it an intention or it was removed by mistake?
Title: Re: ssh.nsm missing in nxagent-3.2.451 for linux x86_64
Post by: Victor Kirhenshtein on April 13, 2020, 12:09:05 PM
I think ssh.nsm was never included into those packages (because it has dependency on libssh). We will discuss it internally, but likely solution is to build libssh and add it to the package together with ssh.nsm.

Best regards,
Victor
Title: Re: ssh.nsm missing in nxagent-3.2.451 for linux x86_64
Post by: pvo on April 13, 2020, 01:56:48 PM
On CentOS the libssh can be installed as a package.
Compiling form sources works fine.

It even works with ssh.nsm copied from Debian package but libpcre.so.3.13.3, libpcre32.so.3.13.3 are missing on CentOS and cannot be installed as packages therefore these libraries must be copied too.