What's Wrong with GLIBCXX_3.4.26? #26
caoccao
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
V8 v9.0 starts to depend on
GLIBCXX_3.4.26
. That causes the following error in some old Linux environments (e.g. Ubuntu-18.04).If you are hit by this issue, please run the following commands to fix that. (For Ubuntu-18.04 only)
Then run
sudo update-alternatives --config gcc
to confirm GCC is upgraded.Then run
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
to confirmGLIBCXX_3.4.26
exists.Beta Was this translation helpful? Give feedback.
All reactions