Re: BUG #1306: locale related issue.

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

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2004-11-06 05:34:39 domain on bit(N) type produces strange results
Previous Message David Dick 2004-11-06 05:11:44 Re: BUG #1306: locale related issue.