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

Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found #51

Open
drawcall opened this issue Jun 30, 2021 · 3 comments
Open

Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found #51

drawcall opened this issue Jun 30, 2021 · 3 comments

Comments

@drawcall
Copy link
Member

node:internal/modules/cjs/loader:1161
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^

Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /home/username/server/node_modules/canvas/build/Release/canvas.node)
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1161:18)
@drawcall
Copy link
Member Author

I think this is a possible problem? If you find it, you can refer to this issue. Automattic/node-canvas#1796

Maybe this can be solved

npx node-pre-gyp rebuild -C ./node_modules/canvas

@stringang
Copy link

this error is OS related. CXXABI_1.3.9 is associated with gcc version 5.1.

CentOS 7 has gcc 4.8.5.

@stringang
Copy link

This is my solution

Automattic/node-canvas#1796 (comment)

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

2 participants