<lostlogic> hmm... gnome-2.2 doesn't werk right. <lostlogic> lost lib # find . -iname '*.so' > ~/temp.libs <lostlogic> lost lib # find . -iname '*.so.0' |grep -v -f ~/temp.libs <lostlogic> doing that shows why. And then symlinking all thos .so.0 files to appropriate .so files makes it work again.
Doh there is more to it than that... apparently other libraries don't have the appropriate plain .so symlinks... libxml2.so.2 -> libxml2.so being another one I just added on my box.
-rw-r--r-- 1 root root 1.1M Feb 5 17:24 /usr/lib/libxml2.a -rwxr-xr-x 1 root root 707 Feb 5 17:24 /usr/lib/libxml2.la lrwxrwxrwx 1 root root 16 Feb 5 17:24 /usr/lib/libxml2.so -> libxml2.so.2.5.2 lrwxrwxrwx 1 root root 16 Feb 5 17:24 /usr/lib/libxml2.so.2 -> libxml2.so.2.5.2 -rwxr-xr-x 1 root root 912K Feb 5 17:24 /usr/lib/libxml2.so.2.5.2 looks fine here.
I had problems with various nautlus librarys missing the links. Dont remember the exact names now...sorry.
lolo can you please mark this as a portage problem if it is one ?
no more reports, looks like a local problem to me