Skip to content

Instantly share code, notes, and snippets.

@coin8086
Last active January 21, 2024 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coin8086/b93e4fd5761ead06119f298f0372654a to your computer and use it in GitHub Desktop.
Save coin8086/b93e4fd5761ead06119f298f0372654a to your computer and use it in GitHub Desktop.
Linux Linkers and Loaders

Linux Linkers and Loaders

Tools

  • ldconfig
  • ld.so
  • ld
  • ldd

ldconfig

lidconfig -p

ld.so and ld-linux.so.*

See man ld.so for more about the following

  • DT_RPATH (set by -rpath of ld)
  • LD_LIBRARY_PATH
  • LD_PRELOAD
  • LD_DEBUG
  • LD_DEBUG_OUTPUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment