Re: Error Uninstalling 7.2.2 on Mandrake 9.0

From: Joseph Healy <j(dot)healy(at)ugrad(dot)unimelb(dot)edu(dot)au>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Error Uninstalling 7.2.2 on Mandrake 9.0
Date: 2003-05-03 22:58:15
Message-ID: 1052002707.2387.8.camel@joedesk.hollowcore.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

This is rpm complaining that other packages depend on postgresql
7.2.2-1mdk

Easiest solution is to remove all of those other packages:

[root(at)localhost data]# rpm -e libecpg3
[root(at)localhost data]# rpm -e libpgsqlodbc0
etc...

If you then install 7.3, it should be ok. you might need to reinstall
php-pgsql afterwards using something like

[root(at)localhost data]# rpm -ivh --nodeps php-pgsql-4.2.3-1mdk.rpm

Hope this helps

Joe

On Sun, 2003-05-04 at 05:20, Israel Calderon wrote:
>
>
>
>
> Hello
>
> I am running into an error while attempting to uninstall 7.2.2 from my
> machine. The reason I am uninstalling is because I want to use the latest
> 7.3 version. Anyhow Im issuing the 'rpm -e postgresql' command to attempt to
> uninstall. This is what I see:
>
>
> [root(at)localhost data]# rpm -e postgresql
> error: removing these packages would break dependencies:
> postgresql = 7.2.2-1mdk is needed by libecpg3-7.2.2-1mdk
> postgresql = 7.2.2-1mdk is needed by libpgsqlodbc0-7.2.2-1mdk
> postgresql = 7.2.2-1mdk is needed by libpgperl-7.2.2-1mdk
> postgresql = 7.2.2-1mdk is needed by postgresql-devel-7.2.2-1mdk
> postgresql = 7.2.2-1mdk is needed by postgresql-python-7.2.2-1mdk
> postgresql = 7.2.2-1mdk is needed by postgresql-server-7.2.2-1mdk
> postgresql >= 7.1.3 is needed by php-pgsql-4.2.3-1mdk
> **********************************************************
>
> I made sure the postmaster wasnt up and running. Is there a solution to this
> error?
>
> Thanks
>
> Israel
>
> _________________________________________________________________
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> http://join.msn.com/?page=features/virus
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Nabil Sayegh 2003-05-03 23:00:11 Re: Error Uninstalling 7.2.2 on Mandrake 9.0
Previous Message Seth Nickell 2003-05-03 22:11:59 Re: libpg: large object problems