Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] checdeps.rb for getting deps out of elf files
Date: Fri, 23 Dec 2005 14:40:06
Message-Id: 20051223143513.GD14579@toucan.gentoo.org
In Reply to: [gentoo-dev] checdeps.rb for getting deps out of elf files by "Petteri Räty"
1 On Fri, Dec 23, 2005 at 01:09:08PM +0200, Petteri R??ty wrote:
2 > Basically it does ldd on all
3 > the elf files in a package and then checks to which packages those
4 > libraries belong.
5
6 ldd is garbage for this purpose
7
8 use `readelf -d ELF | grep NEEDED` or just `scanelf -n ELF`
9 -mike
10 --
11 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] checdeps.rb for getting deps out of elf files "Petteri Räty" <betelgeuse@g.o>