On Thu, Oct 19, 2023 at 01:39:00AM +0900, Yoshihiro Kawamata wrote: > From: Marc Espie <marc.espie.open...@gmail.com> > Subject: Re: ldd error with setuid/setgid binaries > Date: Wed, 18 Oct 2023 18:04:45 +0200 > > > objdump -p > > will be as good. > > > > Yes, it does not recurse, but it doesn't need to, since you also > > want to wipe libraries that link with old libraries. > > This seems to be easier to parse in a shell script than "readelf -d".
If you need recursion you may want to try lddtree from devel/pax-utils.