GLIBC_2.14 not found

8 views
Skip to first unread message

Jon Ferraiolo

unread,
Apr 20, 2015, 7:48:13 PM4/20/15
to node-mong...@googlegroups.com
I'm trying to use node-mongdb-native on CentOS 6.6. When I run "npm install" I see these errors:

---------------

[Error: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /<rootfolder>/node_modules/mongodb/node_modules/mongodb-core/node_modules/bson/node_modules/bson-ext/build/Release/bson.node)]

js-bson: Failed to load c++ bson extension, using pure JS version

[Error: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /<rootfolder>/node_modules/mongodb/node_modules/mongodb-core/node_modules/bson/node_modules/bson-ext/build/Release/bson.node)]

js-bson: Failed to load c++ bson extension, using pure JS version

[Error: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /<rootfolder>/node_modules/mongodb/node_modules/mongodb-core/node_modules/bson/node_modules/bson-ext/build/Release/bson.node)]

js-bson: Failed to load c++ bson extension, using pure JS version

[Error: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by <rootfolder>/node_modules/mongodb/node_modules/mongodb-core/node_modules/bson/node_modules/bson-ext/build/Release/bson.node)]

js-bson: Failed to load c++ bson extension, using pure JS version

---------------

Any suggestions?

The documentation for MongoDB says that it supports CentOS 6.2+, and the Mongo daemon seems to be working fine on CentOS. Is it possible that node-mongodb-native build scripts are bringing in certain shared objects that require GLIBC_2.14 (which isn't available on CentOS 6.2+)?

Reply all
Reply to author
Forward
0 new messages