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

Running ./infinispan-cli getting GLIBC not found #138

Open
lshahar opened this issue Apr 15, 2024 · 1 comment
Open

Running ./infinispan-cli getting GLIBC not found #138

lshahar opened this issue Apr 15, 2024 · 1 comment

Comments

@lshahar
Copy link

lshahar commented Apr 15, 2024

Im trying to run the cli tool ./infinispan-cli and im getting the following error

./infinispan-cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./infinispan-cli)
./infinispan-cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./infinispan-cli)

tried version 14.0.26 and 14.0.27 under debian bullseye/sid, please advice.

@ryanemerson
Copy link
Contributor

@ishahar the issue seems to be caused by bullseye not having the correct GLIBC versions: https://packages.debian.org/source/bullseye/glibc which were available on the ubuntu-latest 22.04 image used to compile the binary.

To workaround this issue, you can utilise our CLI image which ensures that all required dependencies are present: quay.io/infinispan/cli

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