Solution
This document only applies to versions of NI software released prior to NI Linux Device Drivers. For new designs, NI recommends using
NI Linux Device Drivers to take advantage of repository-based installation and more frequent updates to support.
libstdc++.so.6 is a standard GNU C++ library that can be found through yum command line.
In order to find which package contain libstdc++.so.6, you can enter the following command
>> yum provides libstdc++.so.6Then, chose one of the suggested packages.
If the package is already installed, then try to reinstall the package through the following command :
>> yum reinstall libstdc++.so.6