SS> I've compiled my binkd without perl support (don't use it, since I'm
SS> inet only, the only nodelist I need is binkp.net lookups)
SS> If you can use it, I can compress and fileattached the binary to you.
It was more in response to Conny's problem with Ubuntu 20.04 LTS and an outdated binkd in the distro. I do use the perl hooks with binkd and compile it myself.
Your version is still not a statically linked binary, which would look more like this:
~ $ ldd .local/bin/restic
not a dynamic executable
~ $ ldd .local/bin/zig
statically linked
Your binkd does not run on a Linux without glibc, libz or libbz2. Usually this isn't a problem as most Linux distros use glibc and have libbz2 installed (most famous exception is Alpine Linux, but even that has a libc6-compat package).