Skip to content

Instantly share code, notes, and snippets.

@pnsinha
Created July 3, 2024 06:27
Show Gist options
  • Save pnsinha/1bd81483c617717a5f0f4db56b2b8bbe to your computer and use it in GitHub Desktop.
Save pnsinha/1bd81483c617717a5f0f4db56b2b8bbe to your computer and use it in GitHub Desktop.
find missing shared libraries
ldd /software/R-4.2.1-el8-x86_64/lib64/R/library/*/libs/*.so \
| egrep '(so:$|not found)' > ~/R-4.2.1-el8-x86_64/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment