Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
superkuh
on April 1, 2025
|
parent
|
context
|
favorite
| on:
The state of binary compatibility on Linux and how...
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.
vlovich123
on April 1, 2025
|
next
[–]
Wow. This is huge. This patch doesn’t risk weird runtime errors due to missing polyfills or anything? Does it risk polyfilling irrelevant functions that aren’t referenced and bloating?
therein
on April 1, 2025
|
prev
[–]
Very cool. Glad someone finally made this.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: