Re: Regresstion Tests do not find PGLIB directory

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Emily Carl <emilyac(at)wanet(dot)net>
Cc: <pgsql-bugs(at)postgresql(dot)org>, <emilyac(at)seada(dot)com>
Subject: Re: Regresstion Tests do not find PGLIB directory
Date: 2001-02-16 21:04:37
Message-ID: Pine.LNX.4.30.0102162202500.1009-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Emily Carl writes:

> The output of a src/test/regress/'make runtest' command puts out:

> installing PL/pgSQL .. createlang: missing required argument PGLIB
> directory
> (This is the directory where the interpreter for the procedural
> language is stored. Traditionally, these are installed in whatever
> 'lib' directory was specified at configure time.)
> failed
> ACTUAL RESULTS OF REGRESSION TEST ARE NOW IN FILE regress.out

> The src/test/regress/run_check.sh sets PGLIB="$LIBDIR" but I have not
> been able to figure out how $LIBDIR should have been set, whereas now
> it seems not to be set. I have not been able to find any reference to
> PGLIB
> in the postgresql documentation.

LIBDIR should be in src/Makefile.global. What does it say there?

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Emily Carl 2001-02-16 21:29:29 Re: Regresstion Tests do not find PGLIB directory
Previous Message Thomas Lockhart 2001-02-16 20:15:28 Re: Regresstion Tests do not find PGLIB directory