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

From Tom Lane
Subject Re: Error installing postgresql version higher than 8.1 on centos 5.4 linux 2.6.18-164.el5
Date
Msg-id 22917.1271976977@sss.pgh.pa.us
Whole thread Raw
In response to Re: Error installing postgresql version higher than 8.1 on centos 5.4 linux 2.6.18-164.el5  (MadTh <madan.feedback@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: I/O error during autovacuum
Next
From: Alvaro Herrera
Date:
Subject: Re: I/O error during autovacuum