←back to thread

196 points generichuman | 1 comments | | HN request time: 0s | source
Show context
superkuh ◴[] No.43552312[source]
As an end user I often patch the glibc version incompatibility away with https://github.com/corsix/polyfill-glibc

    $ ./polyfill-glibc --target-glibc=2.17 /path/to/my-program
This often leads to discovering new version incompatibilities in other libs. But as the article says others usually can be statically compiled.
replies(2): >>43552421 #>>43552489 #
1. therein ◴[] No.43552489[source]
Very cool. Glad someone finally made this.