Re: 7.1 rpm problem

From: Peter Peltonen <peter(dot)peltonen(at)fivetec(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 7.1 rpm problem
Date: 2001-04-20 13:05:36
Message-ID: 3AE03420.99188AE@fivetec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I had the same problem. I solved it by installing postgresql-libs-7.1-1 RPM
package.
As you do not have that package in previous postgres installations (libraries
used to be in the base using rpostgresql-7.1 package) rpm -Fvh does not
work...

Regards,
Peter

Lamar Owen wrote:
>
> PryT wrote:
> >
> > hi all!
> >
> > i try to install postgresql-7.1.(rpm) on redhat 6.2, but it failed:
> > error: failed dependencies:
> > libpq.so.2 is needed by postgresql-7.1-1
>
> There is more than one RPM needed for the install. You need, for a
> 'regular' server install 'postgresql-7.1-1', 'postgresql-libs-7.1-1',
> and 'postgresql-server-7.1-1'. The reasons for this are explained in
> the README.rpm-dist file found on the website as well as in the RPM.
> --
> Lamar Owen
> WGCR Internet Radio
> 1 Peter 4:11
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vilson farias 2001-04-20 13:31:29 Re: very slow execution of stored procedures
Previous Message Przem Kowalczyk 2001-04-20 12:50:22 Postgres 7.1, iODBC and PHP4