Root installtion from binaries on scientific linux platform

Hello, I installed root on scientific linux using binary files. When I enter root I get 4 error messages, see below.
Are these error messages related to root or to the linux platform? Any suggestions what I can do to solve this problem? Thanks!

[root@desktop root]# . /usr/local/bin/root/bin/thisroot.sh [root@desktop root]# root /usr/local/bin/root/bin/root.exe: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.7' not found (required by /usr/local/bin/root/lib/libCore.so) /usr/local/bin/root/bin/root.exe: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by /usr/local/bin/root/lib/libCore.so) /usr/local/bin/root/bin/root.exe: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by /usr/local/bin/root/lib/libCore.so) /usr/local/bin/root/bin/root.exe: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/local/bin/root/lib/libCore.so)

Hi,

this looks like a compiler mismatch. For root6, the right compiler has to be set up: see for example AFS instructions here root.cern.ch/content/release-60608

Cheers,
D