From: Stuart Henderson <s...@spacehopper.org> Subject: Re: ldd error with setuid/setgid binaries Date: Wed, 18 Oct 2023 13:58:26 +0100
> There are two approaches. > > - use another tool to read the ELF header and parse NEEDED entries > from that. several are available (including at least one which will > recurse to show inter-library dependencies too, though I forget > what it's called) > > - provide an alternative binary which _can_ be executed by ldd It would be possible to create an alternative script using "readelf -d". Thanks for the suggestion. ---- Yoshihiro Kawamata https://fuguita.org/