【工具】远程主机可能不符合glibc和libstdc++ vscode服务器的先决条件

centos之glibc2.17版本升级至2.31

远程主机可能不符合glibc和libstdc++ VS Code服务器的先决条件:

解决办法:

  1. 回退VSCode版本到1.85版本。
  2. 设置禁止自动更新:VSCode设置中搜索:Update:Mode ,值改为none即可。

各平台1.85.0版本下载链接,点击即可下载:

Download type URL
Windows x64 System installer https://update.code.visualstudio.com/1.85.2/win32-x64/stable
Windows x64 User installer https://update.code.visualstudio.com/1.85.2/win32-x64-user/stable
Windows x64 zip https://update.code.visualstudio.com/1.85.0/win32-x64-archive/stable
Windows x64 CLI https://update.code.visualstudio.com/1.85.0/cli-win32-x64/stable
Windows Arm64 System installer https://update.code.visualstudio.com/1.85.0/win32-arm64/stable
Windows Arm64 User installer https://update.code.visualstudio.com/1.85.0/win32-arm64-user/stable
Windows Arm64 zip https://update.code.visualstudio.com/1.85.0/win32-arm64-archive/stable
Windows Arm64 CLI https://update.code.visualstudio.com/1.85.0/cli-win32-arm64/stable
macOS Universal https://update.code.visualstudio.com/1.85.0/darwin-universal/stable
macOS Intel chip https://update.code.visualstudio.com/1.85.0/darwin/stable
macOS Intel chip CLI https://update.code.visualstudio.com/1.85.0/cli-darwin-x64/stable
macOS Apple silicon https://update.code.visualstudio.com/1.85.0/darwin-arm64/stable
macOS Apple silicon CLI https://update.code.visualstudio.com/1.85.0/cli-darwin-arm64/stable
Linux x64 https://update.code.visualstudio.com/1.85.0/linux-x64/stable
Linux x64 debian https://update.code.visualstudio.com/1.85.0/linux-deb-x64/stable
Linux x64 rpm https://update.code.visualstudio.com/1.85.0/linux-rpm-x64/stable
Linux x64 snap https://update.code.visualstudio.com/1.85.0/linux-snap-x64/stable
Linux x64 CLI https://update.code.visualstudio.com/1.85.0/cli-linux-x64/stable
Linux Arm32 https://update.code.visualstudio.com/1.85.0/linux-armhf/stable
Linux Arm32 debian https://update.code.visualstudio.com/1.85.0/linux-deb-armhf/stable
Linux Arm32 rpm https://update.code.visualstudio.com/1.85.0/linux-rpm-armhf/stable
Linux Arm32 CLI https://update.code.visualstudio.com/1.85.0/cli-linux-armhf/stable
Linux Arm64 https://update.code.visualstudio.com/1.85.0/linux-arm64/stable
Linux Arm64 debian https://update.code.visualstudio.com/1.85.0/linux-deb-arm64/stable
Linux Arm64 rpm https://update.code.visualstudio.com/1.85.0/linux-rpm-arm64/stable
Linux Arm64 CLI https://update.code.visualstudio.com/1.85.0/cli-linux-arm64/stable


\

 

ldd查询版本:

# ldd --version
ldd (GNU libc) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

或者:

# getconf GNU_LIBC_VERSION
glibc 2.28

参考资料

1. Linux之glibc2.17版本升级至2.31

2. linux离线升级gcc版本---gcc4.8.5-->gcc12.2.0

3. centos7安装glibc-2.29

4. 远程主机可能不符合glibc和libstdc++ VS Code服务器的先决条件

 

posted @ 2022-07-06 21:32  苏格拉底的落泪  阅读(69)  评论(0编辑  收藏  举报