Shared libraries
Shared libraries
Posted Nov 26, 2025 10:00 UTC (Wed) by farnz (subscriber, #17727)In reply to: Shared libraries by ssokolow
Parent article: APT Rust requirement raises questions
My definition of "rely on" is "the tooling gives me an error if I mismatch the shared library version and the header file". Very few C and C++ libraries make that guarantee - the only library I'm aware of that does make that guarantee is glibc, and they do a lot of work with symbol versioning to make that happen.
