ttg
ttg copied to clipboard
FreeBSD precompiled binary does not start
Probably, FreeBSD binary is built for an old FreeBSD version - it does not start on FreeBSD 12.2 x64:
% ./ttg
ld-elf32.so.1: Shared object "libc.so.6" not found, required by "ttg"
% ls /lib/libc.so.*
/lib/libc.so.7
...it works fine compiled from source though :)
I somehow forgot to compile it statically.... Let me fix that