First page Back Continue Last page Overview Graphics
The problem
A strength of the ELF binary format used in Debian is the support for shared libraries
Glibc (and a few other implementations) support transitive dependencies: each library depends on the libraries it needs, and the application only depends on the libraries it uses directly
Notes: