On Sun, 2005-04-24 at 11:13 -0500, Kyle Pointer wrote: > Hmm.. I use skype. And for some reason now fedora core 4 test 2 > ( completely up2date as of Apr. 24 ) no longer has libdbus.so.0 . :( > Does anyone know what package that file comes in? Or should I say, what > packages it was supposed to come in. :) Output from rpm -ql dbus [snip] /usr/lib/libdbus-1.so.1 /usr/lib/libdbus-1.so.1.0.0 [snip] Version is dbus-0.32-6. I guess an older version of dbus had your libdbus.so.0 which is now superseded by dbus-0.32-6. Did you try ln -s libdbus-1.so.1 libdbus.so.0 and checked if it worked? On my updated box static skype version 1.0.0.20 starts fine. Regards, Patrick