Which component depends on glibc and glibcxx and how we decide which version is the minimum requirement #5910
Replies: 2 comments 3 replies
-
I was trying to remember where that comes from. Some of our requirements come from VS Code's Wiki here. It looks like we added that to the docs here: #1701 And there are some more details about the glibcxx stuff here: #1706 @code-asher may have more information though. |
Beta Was this translation helpful? Give feedback.
-
I run That said, your comment about not knowing why there should be a version requirement for glibc intrigues me. I am not actually really sure what is going on behind the scenes here. Do we only need to list glibcxx? Is the glibc version just the version that was used to compile and glibcxx is what you need to run or something like that? |
Beta Was this translation helpful? Give feedback.
-
From code server official website we can know that the minimum requirement on Linux is glibc >= 2.17 and glibcxx >= v3.4.18.
...glibcxx 3.4.18 does not exist...
but how you detemine that 3.4.18 is the minimum requirement? Since there're multiple C++ components, do we need to check all of them before we decide the required version of glibcxx?I know it should be a question to vscode team as glibc and glibcxx is required by vscode core but not code-server. However, I would be appreciated it if you team can give me some advice. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions