In RHEL 8, I’m running a script that runs an executable “./myexecutable”. It’s failing with “Couldn’t find library at the specified path”. I’m attempting to get a verbose output in hopes that it will tell me which library it’s unable to find.
How can I run an executable with a verbose output?