While installing tensorflow on Centos 6, the library linking error occured. First, libstdc++ (CXXABI) related error (error message is as following) can be easily solved by compile and make new version of the library. ImportError: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.7' not found (required by /home/user/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so) I foll..