Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 298 Bytes

lib.md

File metadata and controls

15 lines (10 loc) · 298 Bytes

UTILITIES

Here are some handy programs for troubleshooting shared objects:

  • ldd: Show a binary's dependencies and how they are resolved.

  • ldconfig: Write symlinks and update the library cache.

  • nm: List symbols from object files.

  • objdump: Display information from object files.