Hi all,
i am new to meteor, thanks in advance for the help.
-i am trying to set up my first meteor apps.
- not sure it is related, since i am not an admin on the linux machine, and i have to hack the installation script, i only change the PREFIX path to my home instead of the local home.
- however when i try to run meteor, it gives me the following error.
$ meteor
module.js:434
return process.dlopen(module, path._makeLong(filename));
^
Error: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9’ not found (required by /users/home/user1/.meteor/packages/meteor-tool/.1.4.1_1.139xb76++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/bin/linux-x64-v8-4.5/fibers.node)
at Error (native)
at Object.Module._extensions…node (module.js:434:18)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object. (/users/home/user1/.meteor/packages/meteor-tool/.1.4.1_1.139xb76++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/fibers.js:20:37)
at Module._compile (module.js:409:26)
at Object.Module._extensions…js (module.js:416:10)
at Module.load (module.js:343:32)