On Thu, 29 Aug 2002, Gordon McDowall wrote:

> 
> Hi
> 
> I have recently came to RedHat after using various other flavours of linux,
> the main difference between what I am used to and RedHat is the use of rpms
> instead of source.   Here is my problem.
> I installed a RedHat 7.3 machine as a cacheing DNS server, by default
> bind-9.2.0 is installed.   Now I have found a bind-9.2.1 rpm, but when you
> try to install it using rpm -Uvh --freshen bind-9.2.1.blah.blah I get an
> error 
> error: failed dependencies:
>         bind = 9.2.0 is needed by bind-devel-9.2.0-8

first, you don't need *both* -U (which means upgrade) and
--freshen  (or -F for short).  either one will do in your case.

you have a couple of options:

1) upgrade/freshen *both* the bind and bind-devel rpms using the
   same rpm command -- that will deal with the dependencies.

2) remove the bind-devel rpm first.  unless you're doing development
   work using bind, you very likely don't need that rpm, and you
   can always install the newer one down the road if you need it.

rday



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to