cardano-community / cncli

Apache License 2.0
53 stars 13 forks source link

Can't run cncli v5.3.0 on debian 11 bullseye #26

Closed os11k closed 1 year ago

os11k commented 1 year ago

Describe the bug when I run cncli --version on debian 11, I get:

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

To Reproduce run cncli --version on debian 11

Expected behavior cncli works

Desktop (please complete the following information):

I will try to build glibc from sources, but it is not really what I want to do :(

AndrewWestberg commented 1 year ago

For Debian, you're going to need to build it from scratch.