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
Ah, I figured we may run into issues with this. We are currently still trying to figure out the best way to use precompiled binaries to distribute TeleIRC easily.
A workaround for this is to download or clone TeleIRC, and run ./build_binary.sh. That will build a TeleIRC binary for your own system/architecture (requires Go to be installed).
Hello,
I'm not sure what's the target platform for the precompiled release, but unfortunately it will not run on any currently existing version of Debian.
./teleirc-2.1.0-linux-x86_64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./teleirc-2.1.0-linux-x86_64)
As you can see 2.32 is not even in the newest unstable and experimental yet at the moment: https://packages.debian.org/search?keywords=libc-bin (only 2.31). And the current stable release ships version 2.28.
Is there any practical requirement to depend on glibc 2.32? Otherwise doesn't seem great to exclude a huge portion of users for no particular reason.
The text was updated successfully, but these errors were encountered: