2007/8/8, solsTiCe d'Hiver <[EMAIL PROTECTED]>:
> here it is AGAIN.
>
> after the update of binutils today
> $ amule
> amule: error while loading shared libraries: libbfd-2.17.so: cannot open
> shared object file: No such file or directory
>
> if it helps here my little script that found that :
>
> #!/bin/sh
> string=${1:-"not found"}
>
> for i in /usr/bin/* /bin/* /usr/sbin/* /sbin/*
> do
>         _output=`ldd "$i" 2>/dev/null|grep "$string"`
>         if [ -n "$_output" ] ;then
>                 echo "$i:"
>                 echo "$_output"
>         fi
> done
>
> a call it findbrokenlibdep.sh
>
> and when i run it, it gives me:
> # sh ./findbrokenlibdep.sh
> /usr/bin/amule:
>         libbfd-2.17.so => not found
> /usr/bin/amulecmd:
>         libbfd-2.17.so => not found
> /usr/bin/amuled:
>         libbfd-2.17.so => not found
> /usr/bin/amulegui:
>         libbfd-2.17.so => not found
> /usr/bin/amuleweb:
>         libbfd-2.17.so => not found
>

I don't have any package broken, however I see that new binutils has
/usr/lib/libbfd-2.17.50.0.18.so
/usr/lib/libopcodes-2.17.50.0.18.so
which means that any package using these files should be rebuilt?

I wonder what those libraries do and which type of software require them.

-- 
Roman Kyrylych (Роман Кирилич)
_______________________________________________
arch mailing list
[email protected]
http://archlinux.org/mailman/listinfo/arch

Reply via email to