Re: BUG #1306: locale related issue.

From: David Dick <david_dick(at)iprimus(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1306: locale related issue.
Date: 2004-11-06 05:44:52
Message-ID: 418C64D4.9060506@iprimus.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

./configure --prefix=/usr/local

lets me run throu the entire test suite without an issue.

Tom Lane wrote:
> David Dick <david_dick(at)iprimus(dot)com(dot)au> writes:
>
>>/home/dave/postgresql-8.0.0beta4/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql:
>>relocation error:
>>/home/dave/postgresql-8.0.0beta4/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql:
>>undefined symbol: PQserverVersion
>>pg_regress: could not set database default locales
>
>
> Apparently psql is picking up an old libpq.so version from
> /usr/local/pgsql/lib. You may need to go ahead and install the
> newer version. Or if that doesn't sound like a good plan, reconfigure
> and rebuild with an installation --prefix that doesn't match the
> existing older installation.
>
> regards, tom lane
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-11-06 06:40:05 Re: domain on bit(N) type produces strange results
Previous Message Kris Jurka 2004-11-06 05:34:39 domain on bit(N) type produces strange results