Identify the Paths to libstdc++.so.6

From a command prompt, run:

ldconfig -p | grep libstdc++.so.6

This will return one or more paths.

For example:

/lib64/libstdc++.so.6
/lib/libstdc++.so.6