Re: regression test failure on 8.0.0beta1 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: regression test failure on 8.0.0beta1
Date
Msg-id 26395.1092426368@sss.pgh.pa.us
Whole thread Raw
In response to Re: regression test failure on 8.0.0beta1  ("Verbus M. Counts" <verbus@hotmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug report on Solaris 8/x86
Next
From: Tom Lane
Date:
Subject: Re: OpenBSD 3.5, PostgreSQL 8.0.0beta1 make fails