Re: Regresstion Tests do not find PGLIB directory - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: Regresstion Tests do not find PGLIB directory
Date
Msg-id Pine.LNX.4.30.0102162202500.1009-100000@peter.localdomain
Whole thread Raw
In response to Regresstion Tests do not find PGLIB directory  (Emily Carl <emilyac@wanet.net>)
Responses Re: Regresstion Tests do not find PGLIB directory  (Emily Carl <emilyac@wanet.net>)
List 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@gmx.net       http://yi.org/peter-e/

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: On NetBSD, had to add -Wl,-R/usr/local/postgres/lib to the src/Makefile.global LIB variable
Next
From: Thomas Lockhart
Date:
Subject: Re: Regresstion Tests do not find PGLIB directory