On Thu, May 11, 2023 at 09:57:09AM -0400, Mouse wrote: > It is? What is the tool to show the list of paths baked into a binary? objdump -p /bin/ls | fgrep RPATH or if you want to know where it finds all libs it needs: ldd /bin/ls Martin