From: | Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com> |
---|---|
To: | Michael Dengler <michael(dot)dengler(at)gmail(dot)com> |
Cc: | pgsql-performance <pgsql-performance(at)postgresql(dot)org>, Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com> |
Subject: | Re: Do I need to rebuild php-pgsql for 8.2.3 |
Date: | 2007-04-11 18:12:33 |
Message-ID: | 1176315153.3310.4.camel@laptop.gunduz.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Hi,
On Wed, 2007-04-11 at 13:25 -0400, Michael Dengler wrote:
> Thanks for the info. One more thing....I am in rpm hell. When I try
> to
> # rpm -Uvh postgresql-libs-8.2.3-1PGDG.i686.rpm
> I get:
> error: Failed dependencies:
> libpq.so.3 is needed by (installed) perl-DBD-Pg-1.31-6.i386
> libpq.so.3 is needed by (installed)
> postgresql-python-7.4.13-2.RHEL4.1.i386
> libpq.so.3 is needed by (installed) php-pgsql-4.3.9-3.15.i386
> and when I try:
> # rpm -ivh compat-postgresql-libs-3-3PGDG.i686.rpm
> I get:
> error: Failed dependencies:
> postgresql-libs < 8.0.2 conflicts with
> compat-postgresql-libs-3-3PGDG.i686
It seems that you already have PostgreSQL installed on your server. Tı
install 8.2.3:
* Take a dump using pg_dump(all).
* Remove existing RPMS, ignore warnings about libpq.so*
* Install compat-3 package
* Install 8.2.3 packages.
* Reload your dump.
Regards,
--
Devrim GÜNDÜZ
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Dengler | 2007-04-11 21:47:41 | Re: Do I need to rebuild php-pgsql for 8.2.3 |
Previous Message | Adam Rich | 2007-04-11 17:53:39 | Re: Do I need to rebuild php-pgsql for 8.2.3 |