Problem with these libraries /lib64/libc.so.6 /usr/lib64/libstdc++.so.6 on CentOS6

Hello!

in a brand new environment (CentOS 6.7 and CentOS 6.9), I’m able to install meteor as root, then as regular user run meteor --version and immediately I get this error

/home/juanpa/.meteor/packages/meteor-tool/.1.5.2.ecibw9++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /home/juanpa/.meteor/packages/meteor-tool/.1.5.2.ecibw9++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node)
/home/juanpa/.meteor/packages/meteor-tool/.1.5.2.ecibw9++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/juanpa/.meteor/packages/meteor-tool/.1.5.2.ecibw9++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node)
/home/juanpa/.meteor/packages/meteor-tool/.1.5.2.ecibw9++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/juanpa/.meteor/packages/meteor-tool/.1.5.2.ecibw9++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node)

one more thing I’m installing devtoolset-2-gcc devtoolset-2-binutils devtoolset-2-gcc-c++ from http://people.centos.org/tru/devtools-2. This used to fix this problem but not anymore :frowning:

how can I fix this problem??

thanks in advance

I just downgrade Meteor to 1.5.1 and everything works again!

but I don’t want this to be the final solution since prevent me to upgrade meteor :frowning:

is there a better solution?