Re: [BUGS] Regresstion Tests do not find PGLIB directory

2001-02-19 Thread Peter Eisentraut
Emily Carl writes: > src/Makefile.global contains: > > >>POSTGRESDIR= /export/home/postgres/postgresql-7.0.3 > >> > >># Where the postgres executables live (changeable by just putting them > >># somewhere else and putting that directory in your shell PATH) > >>BINDIR= $(POSTGRESDIR)/bin > >> > >>

Re: [BUGS] Regresstion Tests do not find PGLIB directory

2001-02-19 Thread Emily Carl
-BEGIN PGP SIGNED MESSAGE- > 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 > > languag

Re: [BUGS] Regresstion Tests do not find PGLIB directory

2001-02-16 Thread Peter Eisentraut
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 wh

[BUGS] Regresstion Tests do not find PGLIB directory

2001-02-16 Thread Emily Carl
-BEGIN PGP SIGNED MESSAGE- The output of a src/test/regress/'make runtest' command puts out: bash-2.04$ make runtest MULTIBYTE=;export MULTIBYTE; \ /bin/sh ./regress.sh i586-pc-linux-gnu 2>&1 | tee regress.out === Notes... = pos