Обсуждение: sequential test error

Поиск
Список
Период
Сортировка

sequential test error

От
steven wu
Дата:
Hi,

When I run a sequence test, I get the following error message:

=============== installing languages...               =================
installing PL/pgSQL .. createlang: missing required argument PGLIB
directory


Could anyone tell me why and how to resolv it?


Thanks.

-Steven
 fgsteven@163.net

Re: sequential test error

От
Karel Zak
Дата:
On Wed, 5 Jul 2000, steven wu wrote:

> Hi,
>
> When I run a sequence test, I get the following error message:
>
> =============== installing languages...               =================
> installing PL/pgSQL .. createlang: missing required argument PGLIB
> directory
>
>
> Could anyone tell me why and how to resolv it?

for example:

export PGLIB=/usr/lib/postgresql/lib
make runtest


                    Karel