Re: Error installing PostgreSQL

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: "Just E(dot) Mail" <justemail(at)imwell-usa(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Error installing PostgreSQL
Date: 2009-04-05 16:19:19
Message-ID: 1238948359.12353.39.camel@laptop-hp.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, 2009-04-05 at 09:28 -0600, Just E. Mail wrote:
>
> When I try to install: postgresql-libs-8.3.7-1PGDG.rhel5.i386.rpm
> I get a dependency error saying that file: libpg.so.4 is missing.
>
> Question:
>
> 1. How to fix this problem?
> 2. I noticed that "postgresql" module also need libpg.so.5. How this
> can
> be fixed?
>
> I have searched the net and there is lot of quires about missing
> libpg.so.4 but no solution.

Please use our *yum repository*, which will install a compat package
which will satisfy libpq.so.4 dependency.

... or it is here:

http://yum.pgsqlrpms.org/8.3/redhat/rhel-5-i386/compat-postgresql-libs-4-1PGDG.rhel5.i686.rpm

Please find a good howto here:

http://www.westnet.com/~gsmith/content/postgresql/pgrpm.htm

As recommended here, you will need to replace current postgresql-libs
with the compat package, then install 8.3.7 packages.

However, as I wrote above, please use yum repository, which will
resolve dependency issues automagically. Howto is here:

http://yum.pgsqlrpms.org/howtoyum.ph

Regards,

--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Just E. Mail 2009-04-05 16:39:59 Re: Error installing PostgreSQL
Previous Message Tom Lane 2009-04-05 15:40:44 Re: Error installing PostgreSQL