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