From: | "ADBAAMD" <adba(dot)amdocs(at)bell(dot)ca> |
---|---|
To: | " José Luiz" <jlp(at)macknight(dot)com(dot)br> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: En: Error during update from version 6.5.3 to version 7.03 |
Date: | 2001-04-03 13:19:48 |
Message-ID: | 3AC9CDF4.4080706@bell.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
José Luiz wrote:
>
>> Your install is conflicting because the package names
>> are not the same. You'll need to remove the old
>> package from postgres 6.5.3 (rpm -e pg_ifa)
>
> When I did this I received the following error message:
> error: removing these packages would break dependencies:
> pg_ifa is needed by mod_php-3.0.15.58
> pg_ifa is needed by pygresql-2.4.99
> pg_ifa is needed by pg_iface-6.5.3.46
> pg_ifa is needed by pgaccess-0.98.28
> libpq.so.2.0 is needed by mod_php-3.0.15.58
> libpq.so.2.0 is needed by pg_iface-6.5.3.46
> libpq.so.2.0 is needed by postgres-6.5.3.46
Perhaps you should just force install your new library instead of first
trying to remove the other ones. If mod_php really needs the older
versions of the library, you could uprgrade it also to a newer,
compatible version; but usually there's no problem because of library
versioning: mod_php will continue to work even if you install a new
library version because the old version will be kept, just the main
symlink will point to the newer one.
But it is always wiser to check if SuSe don't have a newer version
available, even if you have to buy the last CDs again.
--
_
/ \ Leandro Guimarães Faria Corsetti Dutra +55 (11) 3040 8913
\ / Amdocs at Bell Canada +1 (514) 786 87 47
X Support Center, São Paulo, Brazil mailto:adbaamd(at)bell(dot)ca
/ \ http://terravista.pt./Enseada/1989/ mailto:leandrod(at)amdocs(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Kallestad | 2001-04-03 19:58:46 | IF and ELSE conditional statements |
Previous Message | José Luiz | 2001-04-02 21:48:28 | En: Error during update from version 6.5.3 to version 7.03 |