Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants