We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
...it works fine compiled from source though :)
Sorry, something went wrong.
I somehow forgot to compile it statically.... Let me fix that
No branches or pull requests
Probably, FreeBSD binary is built for an old FreeBSD version - it does not start on FreeBSD 12.2 x64:
The text was updated successfully, but these errors were encountered: