-
See also #6850. I'm looking for a quick and easy way to check if the pandoc binary currently in use supports dynamic loading of C libraries. Unfortunately, |
Beta Was this translation helpful? Give feedback.
Answered by
tarleb
Jul 26, 2025
Replies: 1 comment 2 replies
-
The only method I know of is to run We could modify the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, it's actually much simpler: run
ldd /path/to/pandoc
, and it will either list a bunch of shared libraries like libgmp, or it will inform you that it's "not a dynamic executable".