Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[centos 7.2]Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found #254

Open
xushuwei202 opened this issue Jul 22, 2018 · 2 comments

Comments

@xushuwei202
Copy link

Hi,
[centos 7.2]Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found required by /search/odin/daemon/server/lib/node_modules/napajs/bin/napa-binding.node) . and node version is 8.11.3

@fs-eire
Copy link
Contributor

fs-eire commented Jul 23, 2018

currently the pre-built binaries are built upon stdlib 6.x, which may need some runtime dependencies to be installed before running on some OS. Please consider rebuild from source or see this page for a solution of this issue.

@ziyiwang
Copy link

ziyiwang commented Sep 13, 2018

Hi, I ran into the same problem on Centos 7, isntead of updateing libstdc++ and glibc potentially.

building from source is quicker to resolve it

estimate-pi-in-parallel/
npm install --no-fetch
node estimate-pi-in-parallel.js

perhaps a quick update to README inside the tutorials would help others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants