icy_term
icy_term copied to clipboard
deb version won't run on debian 11.7
ragnarok@ragnarok:/tmp$ icy_term
icy_term: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by icy_term)
icy_term: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by icy_term)
icy_term: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by icy_term)
icy_term: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by icy_term)
ragnarok@ragnarok:~$ cat /etc/debian_version
11.7
Looks like Debian is just behind? https://tracker.debian.org/pkg/glibc
Perhaps look at the "Update 2022" info here: https://stackoverflow.com/questions/10863613/how-to-upgrade-glibc-on-debian
Distribution on linux is a problem. Would need to ship the whole glibc and even then I don't know if it works on all systems.
It's a problem. Linux is my daily driver but I've no clue what's the correct way to ship software - best thing would be the distributions do it :).
The TL;DR is you need to build for each target platform and use said platforms preferred package system.