Make check problem.

Started by Kurt Roeckxover 22 years ago3 messages
#1Kurt Roeckx
Q@ping.be

When running make check, I get:

The program
/usr/local/pgsql/bin/postgres
needed by initdb does not belong to PostgreSQL version 7.4beta1,
or there may be a configuration problem.

What's the point of running a regression tests if it's going to
use the old binary?

Kurt

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kurt Roeckx (#1)
Re: Make check problem.

Kurt Roeckx <Q@ping.be> writes:

What's the point of running a regression tests if it's going to
use the old binary?

It doesn't, ordinarily. Feel free to trace through the scripts and
find out what went wrong.

regards, tom lane

#3Kurt Roeckx
Q@ping.be
In reply to: Tom Lane (#2)
Re: Make check problem.

On Sat, Aug 09, 2003 at 12:24:36PM -0400, Tom Lane wrote:

Kurt Roeckx <Q@ping.be> writes:

What's the point of running a regression tests if it's going to
use the old binary?

It doesn't, ordinarily. Feel free to trace through the scripts and
find out what went wrong.

I'm not sure what fixed it, but it seems a combination of make
clean and running configure did it.

Kurt