Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found #193
Unanswered
WilliamTambellini
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Please see requirements here: https://code.visualstudio.com/docs/remote/linux#_remote-host-container-wsl-linux-prerequisites |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does this issue occur when all extensions are disabled?: Yes
Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
required by ~/Downloads/openvscode-server-v1.61.0-linux-x64/node_modules/spdlog/build/Release/spdlog.node
Steps to Reproduce:
You are apparently considering that the OS libstdc++ is super recent, which not the case on most todays production machines (CentOS7, ubuntu18, ...).
You just have to embed/package the libstdc++ from gcc that you have built with.
Beta Was this translation helpful? Give feedback.
All reactions