ttg icon indicating copy to clipboard operation
ttg copied to clipboard

FreeBSD precompiled binary does not start

Open Peter2121 opened this issue 3 years ago • 2 comments

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

Peter2121 avatar Dec 22 '21 11:12 Peter2121

...it works fine compiled from source though :)

Peter2121 avatar Dec 22 '21 11:12 Peter2121

I somehow forgot to compile it statically.... Let me fix that

tenox7 avatar Dec 22 '21 11:12 tenox7