On Fri, 2003-01-03 at 20:54, Terje Kvernes wrote: > right. broken stuff, be it binaries or libraries, come up as "data" > with "file". this can, thankfully, be used to find most of the > broken stuff: > > for f in $( file /usr/bin/* /bin/* /usr/X11R6/bin/* /usr/lib/*.so\ > /lib/*.so /usr/kde/3/lib/*.so | grep ":.*data" |\ > cut -f1 -d: ); do qpkg -nc -f $f; done | sort | uniq > /tmp/packages > Good idea, be careful not only binaries reside in those dirs, but that will not hurt you. > this harked up the following packages on my box, after I've rebuilt > about ten or so by hand. at least that's a start. :-) > > hm, what other directories should I check? > see /etc/prelink.conf for the dirs prelink reads -- Stefan Jones Gentoo Linux -- gentoo-dev@gentoo.org mailing list