Reinhard Katzmann a �crit :

> Where is ld-linux.so.1 ? This should belong to the libc
> package but it's not in there, so WordPerfect8 from 1998
> (binary only), one of the better Word Processors which I
> need for daily work does no longer run. I'm using a maybe
> one or two weeks old cooker updated from 7.1.

Nowhere. 

I use this script "findinrpm.sh (C) Pascal Georges 2000 - all rights
reserved" (notice that RPMs directory is hardcoded):

#!/bin/sh
for i in /RPMS/*.rpm ; do
        if rpm -qlp $i | grep $1 > /dev/null ; then
                $result ; echo "Found $1 in $i"
        fi
done    


and it gave me no answer for ld-linux.so.1 in current cooker.

PS : I had to write this script because I was unable to find an option
in rpm to do this.

Reply via email to