On Tue, Jan 28, 2003 at 11:10:33AM -0500, Ernest Ellingson wrote:
> I've inherited 2 machines running red hat 6.2.  I have two choices right
> now.  Bringing 6.2 up to date or installing redhat 7.1.

As others have stated, skip 7.1 and go to 7.3.  Your support period will
be longer.

> When I run up2date on the 6.2 box I'm told I need to upgrade Python.
> When I run the Python upgrade I'm told to upgrade other dependencies.
> Does anyone have a list of dependencies that are necessary to bring 6.2
> up to date?  Do you have the necessary URI's to obtain the correct
> packages?

It's a bit of a pain to get up2date configured in the first place.  I
can't remember exactly which packges you need, but you should look at
the following:
- grab the *rpm*, *rhn* and *up2date* rpms and put them in one
  directory.
- When running your rpm commands, use -Uvh instead of -ivh and put
  multiple rpms on the same command line.  This allows rpm to resolve
  the dependencies more easily.

So, you'd end up doing some like:
# rpm -Uvh *rhn*.rpm *rpm*.rpm *up2date*.rpm *python*.rpm
>From your error messages, it looks like you might have been missing the
openssl packages too.  Grab them while you're at it.

Cheers,
        .../Ed

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



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

Reply via email to