Hacker News new | ask | show | jobs
by pajko 496 days ago
Static linking does not guarantee that you can escape this. There are certain functions which require the same version of libc in the system, which was used for linking. At least this applies to glibc, and sticking with musl or Cosmopolitan might help.
1 comments

Specifically, the ones that dynamically link.

Such as getaddrinfo, or pwent.