Re: BUG #1306: locale related issue.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1306: locale related issue.
Дата
Msg-id 26174.1099718834@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1306: locale related issue.  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Ответы Re: BUG #1306: locale related issue.  (David Dick <david_dick@iprimus.com.au>)
Список pgsql-bugs
David Dick <david_dick@iprimus.com.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1306: locale related issue.
Следующее
От: Kris Jurka
Дата:
Сообщение: domain on bit(N) type produces strange results