Re: [GENERAL] Postmaster starting error

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Rahul Ravindrudu <rrahul(at)cse(dot)iitb(dot)ernet(dot)in>
Cc: pgsql-general(at)hub(dot)org
Subject: Re: [GENERAL] Postmaster starting error
Date: 2000-01-07 15:12:30
Message-ID: 3876025E.839DAC5D@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rahul Ravindrudu wrote:
>
> Hi,
> I have downloaded the postgres version 6.5.3 . My m/c is redhat linux 6.0.
[snip]
Explanation from ValidatePgVersion: Version number in file
'/tmp/pgsql/data/PG_VERSION' should be 6.4, not 6.5.

The PostgreSQL 6.4.2 RPMs that were shipped with RedHat 6.0 are still
installed. Run 'rpm -qa|grep postgresql' -- then, run 'rpm -e' on all
the postgresql RPM's that -qa reported.

The tarball version and the RPM version do not like each other,
primarily due to the fact that the RPM version places postmaster in
/usr/bin -- if you set your PATH to search the tarball installation's
bin directory BEFORE /usr/bin, then things will settle down -- but it's
best to uninstall the 6.4.2 RPM's first. Or, you can fully qualify the
path for postmaster (/usr/local/pgsql/bin/postmaster, or whereever you
have it installed).

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

Or, you can upgrade to the 6.5.3 RPM's.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message soundar rajan 2000-01-07 15:13:24 RE: [GENERAL] Benchmarks
Previous Message Adriaan Joubert 2000-01-07 15:03:47 Re: [HACKERS] New Search Engine ... UdmSearch