
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2019 05:57 PM
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?
./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?
Labels:
- Labels:
-
General Discussion
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2019 05:52 PM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 11:37 AM
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?
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?
