GLIBC版本问题 #3417
Unanswered
bigbao9494
asked this question in
Q&A
GLIBC版本问题
#3417
Replies: 2 comments 2 replies
-
不要用 xmake-v2.7.7.amd64.deb 包安装,那个是 ci 上预构建的,可能会依赖ci上的 glibc 环境,后面我干脆 releases 删了 deb 包好了,避免误用。 官网文档和 README 上都是推荐一键安装脚本,简单直接。
也可以走 releases 下 xmake-xxx.gz.run 自安装脚本,也是本地编译安装,也可以。。 再不行就源码编译安装,这里有完整安装文档:https://xmake.io/#/zh-cn/guide/installation |
Beta Was this translation helpful? Give feedback.
0 replies
-
releases 上的 deb 包我删了,以后还是统一安装方式,走脚本装 |
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.
-
环境:ubuntu20,xmake-v2.7.7.amd64.deb
升级过了glibc:
strings /lib/x86_64-linux-gnu/libc.so.6 |grep GLIBC_
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_2.13
GLIBC_2.14
GLIBC_2.15
GLIBC_2.16
GLIBC_2.17
GLIBC_2.18
GLIBC_2.22
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_2.28
GLIBC_2.29
GLIBC_2.30
GLIBC_2.31 //以下为新增
GLIBC_2.32
GLIBC_2.33
GLIBC_2.34
GLIBC_2.35
GLIBC_PRIVATE
支行xmake:
xmake: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.33' not found (required by xmake) xmake: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by xmake)xmake: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by xmake)
Beta Was this translation helpful? Give feedback.
All reactions