Re: regression test failure on 8.0.0beta1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: regression test failure on 8.0.0beta1
Дата
Msg-id 26395.1092426368@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: regression test failure on 8.0.0beta1  ("Verbus M. Counts" <verbus@hotmail.com>)
Список pgsql-bugs
"Verbus M. Counts" <verbus@hotmail.com> writes:
> The problem was solved by doing a "make install" followed by "make check"

Yes, on HPUX I think you probably have to do this.  We build the
executables with SHLIB_PATH disabled, so even if pg_regress knew to
set SHLIB_PATH (which it does not) the programs would not seek for
shared libraries in the temporary installation, only in the configured
final location.  I think you were probably picking up an older version
of plpgsql.sl that you hadn't yet overwritten by "make install".

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug report on Solaris 8/x86
Следующее
От: Tom Lane
Дата:
Сообщение: Re: OpenBSD 3.5, PostgreSQL 8.0.0beta1 make fails