On Sat, 2002-08-10 at 01:34, suresh wrote:
> Hi
> thanx for yur reply ,It definetely worked (thanx a lot)
> Basically o am trying to upgrade postgresql,Now there are a different set of
> conflicts
> should i be following the same proceedure that i did for openssl ,ie upgrade
> each version ?
> which means that i will need to download all RPMs released for 7.0.3 to
> 7.1.4,.....right ?

Yeah, basically you'll have to get all of the relevant packages, and do
"rpm -Uvh" again.  You'll save yourself a lot of time, I expect, if you
get "apt" from freshrpms.net, configure it to use the correct repository
(uncomment the Red Hat 7.3 lines in /etc/apt/sources.list, comment out
anything else) and:

apt-get install postgresql

Apt will download the required packages, as well as any dependencies it
needs and upgrade them.  You can even upgrade the system as a whole
fairly easily:

apt-get install kernel
# (verify new kernel configuration)
apt-get dist-upgrade




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

Reply via email to