Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

下载tar包解压后,运行报错 #125

Open
xiang-coco opened this issue Jun 25, 2023 · 1 comment
Open

下载tar包解压后,运行报错 #125

xiang-coco opened this issue Jun 25, 2023 · 1 comment

Comments

@xiang-coco
Copy link

1.下载了最新版本安装包: redis-full-check-1.4.10.tar.gz
2.解压后,./redis-full-check.linux --help 报如下错误:
./redis-full-check.linux: /lib64/libc.so.6: version GLIBC_2.28' not found (required by ./redis-full-check.linux) ./redis-full-check.linux: /lib64/libc.so.6: version GLIBC_2.32' not found (required by ./redis-full-check.linux)

  1. 安装了GLIBC_2.28 和GLIBC_2.34后,再次运行./redis-full-check.linux --help
    依然报错: ./redis-full-check.linux: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./redis-full-check.linux)
  2. linux 版本:CentOS Linux release 7.8.2003 (Core)
  3. 未找到CentOS 7 版本的GLIBC_2.32 ,无法使用redis-full-check
@hzgcoding
Copy link

1.下载了最新版本安装包: redis-full-check-1.4.10.tar.gz 2.解压后,./redis-full-check.linux --help 报如下错误: ./redis-full-check.linux: /lib64/libc.so.6: version GLIBC_2.28' not found (required by ./redis-full-check.linux) ./redis-full-check.linux: /lib64/libc.so.6: version GLIBC_2.32' not found (required by ./redis-full-check.linux)

  1. 安装了GLIBC_2.28 和GLIBC_2.34后,再次运行./redis-full-check.linux --help
    依然报错: ./redis-full-check.linux: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./redis-full-check.linux)
  2. linux 版本:CentOS Linux release 7.8.2003 (Core)
  3. 未找到CentOS 7 版本的GLIBC_2.32 ,无法使用redis-full-check

拉取源码重新编译个版本就行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants