From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Devrim GUNDUZ <devrim(at)gunduz(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: make check error on -HEAD |
Date: | 2004-10-31 20:09:13 |
Message-ID: | 200410312009.i9VK9Dn22126@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Devrim GUNDUZ <devrim(at)gunduz(dot)org> writes:
> >> Try removing the "2>/dev/null" bit so that you can see if any error
> >> messages come out from psql.
>
> > Ok, we have a detailed error now:
>
> > /home/pgsql80/pgsql/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql:
> > relocation error:
> > /home/pgsql80/pgsql/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql:
> > undefined symbol: PQgetCancel
> > pg_regress: could not set database default locales
>
> Oh, so you are using yesterday's libpq.so shared library ;-)
>
> I am not sure there is any way around that except to go ahead and
> install today's libpq. pg_regress can't do much more than set
> LD_LIBRARY_PATH, and evidently that's not enough to make the Linux
> dynamic loader take the version of libpq.so that's in the temp
> installation rather than the one you previously installed.
Yep, I saw the same thing here and make install fixed it.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-10-31 20:34:03 | Re: Problems with pgxs |
Previous Message | Roland Volkmann | 2004-10-31 20:08:31 | Charset WIN1252 |