cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mwoods
Engaged Sweeper
Having trouble getting the LSAgent working on RHEL 6 servers. The following link states it is supposed to work on 6 or higher. (https://www.lansweeper.com/knowledgebase/lsagent-installation-requirements/) When I attempt to install on RHEL6 I run into glibc errors.
./LSAgent: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by ./LSAgent)
./LSAgent: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./LSAgent)
./LSAgent: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by ./LSAgent)
./LSAgent: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.17' not found (required by ./LSAgent)

According to Red Hat, RHEL6 does not support GLIBCXX_3.4.14 and greater. [https://access.redhat.com/solutions/1358413]

Is there a way around this?
2 REPLIES 2
mwoods
Engaged Sweeper
According to the dialog in (https://access.redhat.com/discussions/3510571) dotnet isn't available for Rhel 6.

Vladana Mrdak
I am trying to do this on RHEL 6. Is there a package for RHEL 6, since it is listed in what subscription provides:

subscription-manager list --consumed |grep dotNET
Provides: dotNET on RHEL (for RHEL Server) dotNET on RHEL Beta (for RHEL Server) ? Thanks

Reply
11 December 2018 2:55 PM
Christian Labisch Community Leader
No Vladana, unfortunately not ... the package is only available for RHEL 7 and it's listed because
you are allowed to use RHEL 7 as well - if you want to make use of it, you have to install RHEL 7.

Cheers 🙂
Christian
Esben_D
Lansweeper Employee
Lansweeper Employee
I think the issue is related to .NET

LsAgent makes use of .NET Core 2.1. The list of supported operating systems is a copy of the list of .NET Core 2.1 supported operating systems, which you can find online: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1-supported-os.md

RHEL 6 should work, did you check that .NET Core 2.1 is installed?