A turning point for GNU libc
Posted Apr 1, 2012 1:54 UTC (Sun) by
BenHutchings (subscriber, #37955)
In reply to:
A turning point for GNU libc by kleptog
Parent article:
A turning point for GNU libc
If you want a program to run on older versions of glibc, you need to use the old interface definitions and the old symbol versions. Just overriding the symbol versions will generally result in your program corrupting data or crashing.
(
Log in to post comments)