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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: MadTh <madan(dot)feedback(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error installing postgresql version higher than 8.1 on centos 5.4 linux 2.6.18-164.el5
Date: 2010-04-22 22:56:17
Message-ID: 22917.1271976977@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

MadTh <madan(dot)feedback(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2010-04-22 23:30:16 Re: I/O error during autovacuum
Previous Message Tom Lane 2010-04-22 22:47:33 Re: I/O error during autovacuum