Re: Make check uses wrong binary.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
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:53:36
Message-ID: Pine.LNX.4.44.0309141852090.3283-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kurt Roeckx 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.

There is logic at the top of initdb that tries to prefer a "postgres"
program in its own directory of the hardcoded location. Please look
there if you find anything wrong.

> In src/test/regress/pg_regress I see this:
> libdir='/usr/local/pgsql/lib'
> pkglibdir='/usr/local/pgsql/lib'
> bindir='/usr/local/pgsql/bin'
> datadir='/usr/local/pgsql/share'

But there is also this:

bindir=$temp_install/install/$bindir
libdir=$temp_install/install/$libdir
pkglibdir=$temp_install/install/$pkglibdir
datadir=$temp_install/install/$datadir

So everything is correct in this regard.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-09-14 20:52:58 Re: PostgreSQL on Novell Netware 6.5.
Previous Message Peter Eisentraut 2003-09-14 16:34:49 Re: sprompt.c move breaks NLS