Shared libraries
Shared libraries
Posted Nov 26, 2025 8:54 UTC (Wed) by taladar (subscriber, #68407)In reply to: Shared libraries by nim-nim
Parent article: APT Rust requirement raises questions
On the other hand why is converging on a version that isn't the latest version a good thing? Shared library distro builds are essentially always stuck on the oldest version that some reverse dependency requires while static linking can just use the latest version, becoming part of the much, much larger group of people who aren't years behind.
This gets rid of all the effort required for distro specific bugs when developers don't want bug reports for ancient versions, all the backporting,...
