koii-network/k2-release

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found

piosystems opened this issue · 1 comments

When I run sh -c -v "$(curl -sSfL https://raw.githubusercontent.com/koii-network/k2-release/master/k2-install-init_v1.16.1.sh)" on Ubuntu 20.04 I eventually get the error message /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' (required by ./koii-install-init). GLIBC_2.33 and GLIBC_2.34 are also reported not to be found.

When I attempt an update of libc using sudo apt install libc6, I get the message, libc6 is already the newest version (2.31-0ubuntu9.16).

Does this imply that I have to upgrade the Ubuntu OS to version 22.x.x?

SOLVED! I used the k2-install-init_v1.16.2.sh instead, i.e. run sh -c -v "$(curl -sSfL https://raw.githubusercontent.com/koii-network/k2-release/master/k2-install-init_v1.16.2.sh) and there was no error.