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, provides details on the various tools for exploring them, and explores how these libraries work under the hood.
Permalink for comment 328164
To read all comments associated with this story, please click here.
Member since:
2006-07-16
Here is a much much better and in-depth article: http://people.redhat.com/drepper/dsohowto.pdf How to write shared libraries
Edited 2008-08-27 14:17 UTC