On 10/03/10 12:01, Giovanni Scafora wrote:
Il 10/03/2010 02:35, Allan McRae ha scritto:
Umm... really? Something is strange there...
> readelf -d $(pacman -Ql openssl) 2> /dev/null | grep NEEDED | awk '{
print $5 }' | sort | uniq
[libcrypto.so.0.9.8]
[libc.so.6]
[libdl.so.2]
[libssl.so.0.9.8]
[libz.so.1]
You are right here.
Pierre told me sometime that script fails.
BTW, using your script some packages, like kdenetwork-kget and
kdeutils-kcalc, are missing.
<snip>
It appears my script has not been updated to look at xz packages...
Allan