Shared libraries
Shared libraries
Posted Nov 24, 2025 23:39 UTC (Mon) by carlosrodfern (subscriber, #166486)In reply to: Shared libraries by Cyberax
Parent article: APT Rust requirement raises questions
The fact that statically linked programs are a good solution in containers doesn't mean that it can be extrapolated to an Linux distro. A slightly change in the nature of a problem, or in the size of the problem, can justifies a very different solution. It is a typical mistake that people make as they get excited about one technology or approach and want to apply it to all the things that like like a nail. Statically linked programs written in golang or Rust for containers make a lot of sense since the pros are weighty and the cons are not that significant in the context of that use case, but it is not a good approach for all the programs in Linux distros.
