FFCreator icon indicating copy to clipboard operation
FFCreator copied to clipboard

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

Open drawcall opened this issue 4 years ago • 3 comments

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 avatar Jun 30 '21 08:06 drawcall

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

Maybe this can be solved

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

drawcall avatar Jun 30 '21 08:06 drawcall

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

CentOS 7 has gcc 4.8.5.

stringang avatar Sep 16 '21 03:09 stringang

This is my solution

https://github.com/Automattic/node-canvas/issues/1796#issuecomment-921823147

stringang avatar Sep 17 '21 14:09 stringang