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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: