Skip to content

Error when deploying node js app #957

Answered by J-Human
ADACosmos asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there.

You seem to be on Linux. But anyways, do you have the newest version of GCC installed? FYI Canvas needs a C++ compiler since it's a native Node addon. If you don't have GCC, just install it, e.g. sudo apt-get install build-essential gcc. Referencing https://github.com/FoldingAtHome/fah-issues/issues/1147#issuecomment-134731211 here, you need GCC v5.1.0/libstdc++.so.6.0.21 to use the ABI version the binary is asking for.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by almostSouji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #955 on November 27, 2021 12:02.