On Thu, 17 Aug 2000, Paul Juliano wrote:
> =============== installing languages... =================
> installing PL/pgSQL .. createlang: missing required argument PGLIB
> directory
It's easy:
$ export PGLIB=/path/to/postgresql/lib
$ make runtest
BTW.:
Hackers, why this 'export' not handle regression test itself
from $libdir that is already defined in Makefile.global?
Needs a patch? :-)
Karel