Report missing data objects and functions, and perform relocations for both

ldd

  • Display shared library dependencies of a binary.
    Do not use on an untrusted binary, use objdump for that instead.
    More information: <https://manned.org/ldd>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

ldd --function-relocs {{path/to/binary}}

click the source code to copy install ldd on any operating system with command-not-found.com