Shared libraries
Shared libraries
Posted Nov 25, 2025 0:51 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Shared libraries by bluca
Parent article: APT Rust requirement raises questions
But how do you make sure that a "Component A" works if the "Library B" was replaced while "Component A" is running? Especially for daemons that can stay up for a long time.
It's so much better to precompile everything into "Component A", so that it need not care if anything on disk changes.
