You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
Im trying to run the cli tool
./infinispan-cli
and im getting the following errortried version 14.0.26 and 14.0.27 under debian bullseye/sid, please advice.
The text was updated successfully, but these errors were encountered: