icy_term icon indicating copy to clipboard operation
icy_term copied to clipboard

deb version won't run on debian 11.7

Open ftoledo opened this issue 1 year ago • 3 comments

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

ftoledo avatar Aug 05 '23 17:08 ftoledo

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

NuSkooler avatar Aug 20 '23 16:08 NuSkooler

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 :).

mkrueger avatar Aug 21 '23 20:08 mkrueger

The TL;DR is you need to build for each target platform and use said platforms preferred package system.

NuSkooler avatar Aug 21 '23 20:08 NuSkooler