Re: Error installing postgresql version higher than 8.1 on centos 5.4 linux 2.6.18-164.el5

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error installing postgresql version higher than 8.1 on centos 5.4 linux 2.6.18-164.el5
Дата
Msg-id 22917.1271976977@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Error installing postgresql version higher than 8.1 on centos 5.4 linux 2.6.18-164.el5  (MadTh <madan.feedback@gmail.com>)
Список pgsql-general
MadTh <madan.feedback@gmail.com> writes:
> creating conversions ... FATAL:  could not load library
> "/usr/pgsql-9.0/lib/utf8_and_johab.so":
> /usr/pgsql-9.0/lib/utf8_and_johab.so: failed to map segment from shared
> object: Cannot allocate memory
> STATEMENT:  CREATE OR REPLACE FUNCTION johab_to_utf8 (INTEGER, INTEGER,
> CSTRING, INTERNAL, INTEGER) RETURNS VOID AS '$libdir/utf8_and_johab',
> 'johab_to_utf8' LANGUAGE C STRICT;

Odd that it would get through a bunch of the conversions and then fail
on that one.  Could we see the output of

ldd /usr/pgsql-9.0/lib/utf8_and_johab.so

?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: I/O error during autovacuum
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: I/O error during autovacuum