Re: RT linker, rpath and security

Martin Husemann <[email protected]>
Newsgroups gmane.os.netbsd.devel.toolchain
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.