Hacker News new | ask | show | jobs
by jdsully 1267 days ago
back compat is awful on Linux with the exception of the kernel. Unfortunately you need more than a stable kernel ABI to get proper back compatibility and the userland libs don't want to play ball.
2 comments

The 2 most stable API/ABI on linux are the kernel itself and Wine, which I find kinda funny
LD_LIBRARY_PATH can do magic.
While it may be technically possible to run old applications on Linux, it likely requires significant pain. In Windows land, if you had a random installer from 2000, there is a reasonable chance it would still work today.