Re: Regresstion Tests do not find PGLIB directory

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Regresstion Tests do not find PGLIB directory
Дата
Msg-id Pine.LNX.4.30.0102162202500.1009-100000@peter.localdomain
обсуждение исходный текст
Ответ на Regresstion Tests do not find PGLIB directory  (Emily Carl <emilyac@wanet.net>)
Ответы Re: Regresstion Tests do not find PGLIB directory
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: On NetBSD, had to add -Wl,-R/usr/local/postgres/lib to the src/Makefile.global LIB variable
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Regresstion Tests do not find PGLIB directory