Re: Install Failure [7.1beta2 tarballs]

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Swan <tswan@olemiss.edu>
Cc: pgsql-hackers@postgresql.org
Date: 2001-01-11T20:36:35Z
Lists: pgsql-hackers
Thomas Swan <tswan@olemiss.edu> writes:
> When trying to run initdb I get the following error:
> The program '/usr/bin/postgres' needed by initdb does not belong to
> PostgreSQL version 7.1beta2.  Check your installation.

Hm.  Either install failed to overwrite the existing /usr/bin/postgres,
or your compiled copy of the executable still has the beta1 version
string (did you do "make clean" before rebuilding?)

			regards, tom lane