Anatomy of Linux Dynamic Libraries

ibm.com — Dynamically linked shared libraries are an important aspect of GNU/Linux. They allow executables to dynamically access external functionality at run time and thereby reduce their overall memory footprint. This article investigates the process of creating and using dynamic libraries, how to explore them, nd explores how these libraries work. Aug 27, 2008 View in Crawl 4