21 Nov
2007
21 Nov
'07
5:59 p.m.
El Mié 21 Nov 2007, Falk Hamann escribió:
Hi Clemens,
I guess I've seen a nice way to discover all broken binaries? (ldd over all binaries, grepping for 'not found' ... or better ideas?) Hmm... didn't find anything in the FAQs.
prt-utils: revdep - check package linkage
Check also: RD_VERBOSE=2 revdep
I've been using a little perl script I coded. I like it better because its not CRUX specific (you can use it in other distributions, Slowlaris, etc), and I think its faster too. If you want to give it a try, it works like this: ldd /usr/bin/* /usr/lib/*.so [...] | ldmiss.pl -- Alan Mizrahi