Skip to content

Instantly share code, notes, and snippets.

@gzagatti
Created August 4, 2020 06:42
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 gzagatti/52b220e4e046164f0ef4addd872dd478 to your computer and use it in GitHub Desktop.
Save gzagatti/52b220e4e046164f0ef4addd872dd478 to your computer and use it in GitHub Desktop.
find required but unavailable shared libraries
find /usr/local/agens/bin -type f -perm /a+x -exec ldd {} \; | grep ‘not found’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment