5 ms·
> Just dynamically link against the oldest glibc you want to support. Just the other day I tried running an older binary and it failed with a glibc error, desp
by throwaway2046 29d ago
> Just dynamically link against the oldest glibc you want to support.
Just the other day I tried running an older binary and it failed with a glibc error, despite it being linked to a glibc version that's barely 5 releases behind the one on my system. So maybe glibc isn't backwards compatible after all...