On Thu, 2006-11-16 at 01:28 -0500, M. Lewis wrote: > I've been seeing this issue for nearly two weeks I think. How can I > resolve this? I've done the updates but had to do them with > --exclude=vcdimager > > [root@moe ~]# yum update > Loading "installonlyn" plugin > Setting up Update Process > Setting up repositories > core 100% |=========================| 1.1 kB 00:00 > dries 100% |=========================| 951 B 00:00 > macromedia 100% |=========================| 951 B 00:00 > livna 100% |=========================| 1.1 kB 00:00 > updates 100% |=========================| 1.2 kB 00:00 > freshrpms 100% |=========================| 951 B 00:00 > extras 100% |=========================| 1.1 kB 00:00 > Reading repository metadata in from local files > primary.xml.gz 100% |=========================| 211 kB 00:17 > ################################################## 698/698 > Resolving Dependencies > --> Populating transaction set with selected packages. Please wait. > ---> Package vcdimager.x86_64 0:0.7.23-5.fc6.rf set to be updated > --> Running transaction check > --> Processing Dependency: libiso9660.so.4(ISO9660_4)(64bit) for > package: vcdimager > --> Processing Dependency: libcdio.so.6()(64bit) for package: vcdimager > --> Processing Dependency: libiso9660.so.4()(64bit) for package: vcdimager > --> Processing Dependency: libcdio.so.6(CDIO_6)(64bit) for package: > vcdimager > --> Finished Dependency Resolution > Error: Missing Dependency: libiso9660.so.4(ISO9660_4)(64bit) is needed > by package vcdimager > Error: Missing Dependency: libcdio.so.6()(64bit) is needed by package > vcdimager > Error: Missing Dependency: libiso9660.so.4()(64bit) is needed by package > vcdimager > Error: Missing Dependency: libcdio.so.6(CDIO_6)(64bit) is needed by > package vcdimager > > > Thanks for any hints, ---- it appears that there is some kind of conflict between packages, repositories. Your vcdimager is from freshrpms repo but it seems to want some version of libcdio that it isn't finding. Try removing vcdimager package (rpm -e vcdimager) and then reinstalling after removing the exclude entry and doing the update Craig