Re: RPM problems with Ogle on Mandrake 10.0
Bj|rn Englund <[email protected]> Mon, 12 Jul 2004 11:27:25 +0200
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Mon Jul 12 2004, [email protected] wrote: > Hi all, > I tried to install Ogle on my Mandrake 10.0 and got this message: > > urpmi ogle-0.9.2-ogle1alsa.i586.rpm > Some package requested cannot be installed: > ogle-0.9.2-ogle1alsa.i586 (due to unsatisfied libdvdread[>= 0.9.4]) > > so I figured that libdvdread is not present, downloaded it from Ogle web and typed this: > > urpmi libdvdread-0.9.4-ogle1.i386.rpm > > installing libdvdread-0.9.4-ogle1.i386.rpm > Preparing... ################################################## > Installation failed: > file /usr/lib/libdvdread.so.3.0.0 from install of libdvdread-0.9.4-ogle1 > conflicts with file from package libdvdread3-0.9.4-2mdk > > What went wrong? The first command complains about something that is already in the system ... why? Please tell me how to work around this problem! > The ogle rpm needs the package libdvdread version 0.9.4 or greater. Mandrake has named that package libdvdread3 instead of just libdvdread so rpm thinks it is not installed. When you try to install the libdvdread rpm from the ogle site it tries to install the same files that are in libdvdread3 from mandrake so it refuses. It should work if you install ogle with 'rpm -Uvh --nodeps ogle-0.9.2-... the --nodeps tells rpm not to check for any required installed packages. /Björn