n Sun, Feb 05, 2006 at 09:13:48PM +0000, James Thorpe wrote: > Hi List, > > I'm trying to do a yum upgrade, but failing due to dependency issues - I > thought yum should sort these out for me? > > --> Finished Dependency Resolution > Error: Missing Dependency: libdbus-glib-1.so.0 is needed by package > desktop-printing > Error: Missing Dependency: libdbus-glib-1.so.0 is needed by package > gnome-volume-manager > etc > etc > > I tried installing libdbus etc manually, but that didn't seem to work > either. > I don't know what yo mean by installing it manually. At the level of update of may machine the relevant file is:/usr/lib/libdbus-glib-1.so.1 doing: rpm -qf /usr/lib/libdbus-glib-1.so.1 you find out it comes from : dbus-glib-0.33-3.fc4.1 One might intuit that: libdbus-glib-1.so.0 comes from : dbus-glib-0.33-3.fc4.0 You could try: yum install dbus-glib-0.33-3.fc4.0 but I am afraid that is no longer the latest version of this rpm and may not be in the repositories. However I notice: dbus-glib-0.33-3.i386.rpm is on CD 1 of the FC4 distribution so it is possible that will give you the right version of the library. But maybe that is what you have already done. ------------------------------------------- Aaron Konstam Computer Science Trinity University telephone: (210)-999-7484