tenox7 / ttg

Display SNMP bandwidth usage similar to ping(1) output
Apache License 2.0
23 stars 3 forks source link

FreeBSD precompiled binary does not start #11

Open Peter2121 opened 2 years ago

Peter2121 commented 2 years ago

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 commented 2 years ago

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

tenox7 commented 2 years ago

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