Thread: Make check problem.

Make check problem.

From
Kurt Roeckx
Date:
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



Re: Make check problem.

From
Tom Lane
Date:
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


Re: Make check problem.

From
Kurt Roeckx
Date:
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