Re: Psql errors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Psql errors
Дата
Msg-id 15435.1230007852@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Psql errors  (Carol Walter <walterc@indiana.edu>)
Ответы Re: Psql errors  (Carol Walter <walterc@indiana.edu>)
Список pgsql-admin
Carol Walter <walterc@indiana.edu> writes:
> I just installed Postgres 8.3.4.  I have an instance of 8.2.4 running
> on the same box.  When I start psql I get errors as follows:
> ...
> template1=# \l
> ld.so.1: psql: fatal: relocation error: file /db02/postgres/bin/psql:
> symbol pg_valid_server_encoding_id: referenced symbol not found

pg_valid_server_encoding_id is exported by the 8.3 version of libpq.so,
but not by 8.2.  So the problem here is that your 8.3 psql is binding
to the wrong version of libpq.so.  You didn't say what the platform
is, but the issue is probably related to the search path used to find
shared libraries.

It would probably work to just overwrite the 8.2 library with 8.3
--- it should be backwards compatible.  (Better save a backup copy
in case not, of course.)

            regards, tom lane

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

Предыдущее
От: "Lipker, Joseph"
Дата:
Сообщение: Re: Migration \ OID question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Migration \ OID question