Shared libraries
Shared libraries
Posted Nov 25, 2025 9:06 UTC (Tue) by taladar (subscriber, #68407)In reply to: Shared libraries by koflerdavid
Parent article: APT Rust requirement raises questions
From practical experience on both my desktop (Gentoo) and various servers (Debian and RHEL) crashes and misbehaving programs due to updated dependencies happen all the time, I encounter one at least 1-2 times a week. Granted, it is not always the library part that is the problem but often files that weren't in memory at all at the time of the update that the library assumes it can load but the end result is the same.
