Am 24.01.2010 19:55, schrieb Alexander Dalloz:
Am 24.01.2010 19:36, schrieb ken:
[ ... ]
Also:
# rpm -q gstreamer-plugins-ugly package gstreamer-plugins-ugly is not installed # yum install gstreamer-plugins-ugly ... gstreamer-plugins-ugly-0.10.11-1.el5.rf.i386 from rpmforge has depsolving problems --> Missing Dependency: libdvdread.so.3 is needed by package gstreamer-plugins-ugly-0.10.11-1.el5.rf.i386 (rpmforge) Error: Missing Dependency: libdvdread.so.3 is needed by package gstreamer-plugins-ugly-0.10.11-1.el5.rf.i386 (rpmforge) ....
So is there an upgrade to gstreamer-plugins-ugly which looks for the upgraded libdvdread?
Dependency problems from the rpmforge repository should be communicated on the project's mailing list, so that the maintainers can fix the packages provided.
Alexander
Looks like your yum setup or cache is not proper:
tmp $ rpm -qp --provides libdvdread-0.9.7-1.el5.rf.i386.rpm libdvdread.so.3 libdvdread = 0.9.7-1.el5.rf
The latest libdvdread rpm from rpmforge provides the required lib. Maybe retry to install after a "yum clean all".
Alexander