Re: pg9 beta1, make check fails - Mailing list pgsql-general

From Tom Lane
Subject Re: pg9 beta1, make check fails
Date
Msg-id 20009.1272910871@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg9 beta1, make check fails  (Andy Colson <andy@squeakycode.net>)
Responses Re: pg9 beta1, make check fails  (Andy Colson <andy@squeakycode.net>)
Re: pg9 beta1, make check fails  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Andy Colson <andy@squeakycode.net> writes:
> Ok, not sure what order its supposed to be run in, but I had done:

> make
> make check

> which fails.

> But if I do:

> make
> make install
> make check

> it works and passes.

That looks like a shared-library problem --- did the "make install"
overwrite an older version of libpq.so?

I'd have thought that pg_regress would have a more obvious failure if it
was trying to use an old libpq.so version though --- it should have
looked similar to what you referenced for pg_dump, for instance.

            regards, tom lane

pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: pg9 beta1, make check fails
Next
From: Andy Colson
Date:
Subject: Re: pg9 beta1, make check fails