Shared libraries
Shared libraries
Posted Nov 25, 2025 18:12 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Shared libraries by josh
Parent article: APT Rust requirement raises questions
Won't help. The binary of "Component A" might not have loaded the library at the time of the replacement.
This is not theoretical, that's how new systemd behaves. It loads libraries dynamically using dlopen().
