cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
3.94k stars 309 forks source link

Cointop won´t run on Debian because of glibc dependency #325

Open jitclub opened 3 months ago

jitclub commented 3 months ago

When i try to run cointop on my Debian Linux 11, i get the following error message:

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

Is there a way to resolve this without messing with the C library?

output from dpkg -l | grep -i "gnu c library":

ii glibc-source 2.31-13+deb11u8 all GNU C Library: sources ii libc-bin 2.31-13+deb11u8 amd64 GNU C Library: Binaries ii libc-dev-bin 2.31-13+deb11u8 amd64 GNU C Library: Development binaries ii libc-devtools 2.31-13+deb11u8 amd64 GNU C Library: Development tools ii libc-l10n 2.31-13+deb11u8 all GNU C Library: localization files ii libc6:amd64 2.31-13+deb11u8 amd64 GNU C Library: Shared libraries ii libc6-dev:amd64 2.31-13+deb11u8 amd64 GNU C Library: Development Libraries and Header Files ii locales 2.31-13+deb11u8 all GNU C Library: National Language (locale) data [support]

Thanks in advance for any help

Andrew