Re: Make check uses wrong binary.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Make check uses wrong binary.
Date: 2003-09-14 16:33:52
Message-ID: 17772.1063557232@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kurt Roeckx <Q(at)ping(dot)be> writes:
> In the log file it says:
> The program
> /usr/local/pgsql/bin/postgres
> needed by initdb does not belong to PostgreSQL version 7.4beta2, or
> there may be a configuration problem.

> Obviously, it's not supposed to take that binary but the one in
> the source tree.

Actually, it should take the one installed beside initdb in the
temporary installation's bin directory.

Eyeballing the check in initdb, the only likely reason I can see
for rejecting the correct postgres executable is if it's not putting
out the exact same version string that initdb expects. You might try
running the temp installation's postgres with -V to see what it prints.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-14 16:34:49 Re: sprompt.c move breaks NLS
Previous Message Tom Lane 2003-09-14 16:21:04 Re: sprompt.c move breaks NLS