mikedilger on Nostr: All of the libraries in /usr/lib should never break userspace. That way I can run a ...
All of the libraries in /usr/lib should never break userspace. That way I can run a 10 year old binary and it will just work. Because the old ABIs will all still be there in the newest libraries.
Binaries should be compiled for fairly old library APIs so that they work on pretty old installations right up to current ones.
Linux does this in the kernel. If only the libraries did it, linux would be installed on most desktop computers.
Binaries should be compiled for fairly old library APIs so that they work on pretty old installations right up to current ones.
Linux does this in the kernel. If only the libraries did it, linux would be installed on most desktop computers.