.\" Notes about handy library-related utilities .TH lib pj "2 July 2005" .SH NAME Library Utilities .SH UTILITIES .PP Here are some handy programs for troubleshooting shared objects: .IP ldd Show a binary's dependencies and how they are resolved. .IP ldconfig Write symlinks and update the library cache. .IP nm List symbols from object files. .IP objdump Display information from object files. .SH AUTHOR Paul Jungwirth