Re: Forced rpm install does not seem to work
- From: Sam <sam@xxxxxxxxxxxxxx>
- Date: Thu, 21 Dec 2006 21:33:55 -0600
Darius writes:
I have a problem with QT in that some package I want to install
requires libqt-mt.so.3 so the package can install. I have tracked down
the rpm to install the missing file, but when I try the installation
of the app, I keep on getting an error that libqt-mt.so.3 is needed,
even though it's supposed to have installed.
That means that the rpm that you "tracked down" is the wrong one. It's for a different Linux distribution or version. You must find the rpm package for the exact version and release of the Linux distribution you're running. You cannot take an rpm built for Mandrake, for example, and try to shoehorn it into Fedora. It won't work.
This is what I try mas
root
rpm -ivh --force lib64qt3-3.3.7-blah.blah.blah.rpm
I can guaranteed that anytime you use the --force option, whatever you're trying to do it won't work. Guaranteed. 100% of the time.
Let's put it this way: if you really understand what the --force option does, and why it is needed, you would not be asking questions about rpm, you'd be answering them.
The only time you can legitimately use the --force option would be for a an rpm package that you built yourself, as a developer, but which contains some packaging error that; but you still want to temporarily install it. You know what the packaging error is, but you want to take a look at some other unrelated stuff in the package, and that you will soon rebuild a fixed package and use it to replace the broken one.
Unless the above applies to you, forget that --force exist. Erase it from your mind. Anyone who tells you otherwise, doesn't know what he's talking about.
The rpm does not complain of any errors, and does show that it
Of course it won't complain of any errors. You told it to ignore all the big honking errors that it would otherwise be yelling at you, about.
The --force option is like you putting black masking tape over the "low oil pressure" light on your dashboard, then complain that your car did not warn you before the engine went up in smoke.
What could be going on that the rpm is somehow failing to install the
libqt-mt.so.3 file?
Because you're trying to install the wrong package, for a wrong Linux distribution or version.
Attachment:
pgpQENtEJBhD4.pgp
Description: PGP signature
- Follow-Ups:
- Re: Forced rpm install does not seem to work
- From: Lenard
- Re: Forced rpm install does not seem to work
- Prev by Date: Re: NEWBIE wants older LINUX for learning the basics
- Next by Date: Re: NEWBIE wants older LINUX for learning the basics
- Previous by thread: help with cinelerra?
- Next by thread: Re: Forced rpm install does not seem to work
- Index(es):
Relevant Pages
|