Identify the Paths to libstdc++.so.6

From a command prompt, run:

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

This will return one or more paths.

For example:

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