Re: PostgreSQL 7.3 installation on RedHat 8.0 fails

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 7.3 installation on RedHat 8.0 fails
Дата
Msg-id 9404.1039825483@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL 7.3 installation on RedHat 8.0 fails  (Murthy Kambhampaty <murthy.kambhampaty@goeci.com>)
Список pgsql-admin
Murthy Kambhampaty <murthy.kambhampaty@goeci.com> writes:
> "/home/postgres/postgresql-7.3/src/test/regress/./tmp_check/install//usr/loc
> al/pgsql/bin/pg_encoding: relocation error:
> /home/postgres/postgresql-7.3/src/test/regress/./tmp_check/install//usr/loca
> l/pgsql/bin/pg_encoding: undefined symbol: pg_char_to_encoding

This usually means that the dynamic linker is picking up a version of
libpq.so that doesn't have MULTIBYTE support, but the program you are
trying to run requires MULTIBYTE.  Fix: update your ldconfig settings
so that the thing finds the version of libpq.so you just built, rather
than whatever old version it's finding.

pg_regress tries to get the system to notice the libpq.so that it
installed in the tmp_check/install area, but I believe it's quite a
ways short of making that work correctly everywhere.

            regards, tom lane

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

Предыдущее
От: Murthy Kambhampaty
Дата:
Сообщение: [SOLVED] RE: PostgreSQL 7.3 installation on RedHat 8.0 fails
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [SOLVED] RE: PostgreSQL 7.3 installation on RedHat 8.0