On Mon, 2007-12-17 at 12:59 +1000, david walcroft wrote: > Craig White wrote: > > On Mon, 2007-12-17 at 12:43 +1000, david walcroft wrote: > > > >> Craig White wrote: > >> > >>> On Mon, 2007-12-17 at 12:23 +1000, david walcroft wrote: > >>> > >>> > >>>> [root@reddwarf ~]# yum clean all > >>>> Cleaning up Everything > >>>> [root@reddwarf ~]# yum update > >>>> > >>>> Then it hangs at yum update > >>>> > >>>> > >>> ---- > >>> I don't understand 'hangs' - it might take a while to do things...please > >>> clarify 'hangs' > >>> > >>> Craig > >>> > >>> > >>> > >> Hangs to me means the programme or instruction is not able to complete it's > >> task. Anyway I tried "yum update" again and it download a number of > >> files and finished > >> with these dependencies. > >> > >> --> Finished Dependency Resolution > >> Error: Missing Dependency: libx264.so.56 is needed by package avidemux > >> Error: Missing Dependency: libx264.so.56 is needed by package ffmpeg-libs > >> Error: Missing Dependency: libx264.so.56 is needed by package mencoder > >> Error: Missing Dependency: libx264.so.56 is needed by package libquicktime > >> [root@reddwarf ~]# > >> > > ---- > > OK - let's fix that problem (as root) > > > > yum remove avidemux ffmpeg-libs mencoder libquicktime > > > > # we will put them back after we get some clean up done > > > > Craig > > > > > transaction Summary > ============================================================================= > Install 0 Package(s) > Update 0 Package(s) > Remove 11 Package(s) > > Is this ok [y/N]: y > Downloading Packages: > Running rpm_check_debug > Running Transaction Test > Finished Transaction Test > Transaction Test Succeeded > Running Transaction > Erasing : mjpegtools ####################### [ 1/11] > Erasing : y4mscaler ####################### [ 2/11] > Erasing : kdemultimedia-extras-nonfree ####################### [ 3/11] > Erasing : avidemux ####################### [ 4/11] > Erasing : akode-extras ####################### [ 5/11] > Erasing : ffmpeg-libs ####################### [ 6/11] > Erasing : libquicktime ####################### [ 7/11] > Erasing : mencoder ####################### [ 8/11] > Erasing : qdvdauthor ####################### [ 9/11] > Erasing : mjpegtools-libs ####################### [10/11] > Erasing : xine-lib-extras-nonfree ####################### [11/11] > > Removed: avidemux.i386 0:2.3.0-3.lvn7 ffmpeg-libs.i386 > 0:0.4.9-0.37.20070503.lvn7 libquicktime.i386 0:0.9.10-4.lvn7 > mencoder.i386 0:1.0-0.33.rc1.fc6 > Dependency Removed: akode-extras.i386 0:2.0.1-3.lvn7 > kdemultimedia-extras-nonfree.i386 6:3.5.7-3.lvn7 mjpegtools.i386 > 0:1.8.0-7.lvn7 mjpegtools-libs.i386 0:1.8.0-7.lvn7 qdvdauthor.i386 > 0:0.1.0-1.2.el4.rf xine-lib-extras-nonfree.i386 0:1.1.7-1.lvn7 > y4mscaler.i386 0:9.0-3.lvn6 > Complete! ---- awesome - now do yum update if that updates, you can put that all back with this command... yum install \ mjpegtools \ y4mscaler \ kdemultimedia-extras-nonfree \ avidemux \ akode-extras \ ffmpeg-libs \ libquicktime \ mencoder \ qdvdauthor \ mjpegtools-libs \ xine-lib-extras-nonfree # but only after you do yum update and yum update actually works Craig