Re: Postgresql Installation on IBM aix 5.2 - Mailing list pgsql-ports

From Seneca Cunningham
Subject Re: Postgresql Installation on IBM aix 5.2
Date
Msg-id 437E3C21.8070202@ca.afilias.info
Whole thread Raw
In response to Postgresql Installation on IBM aix 5.2  ("Herman Gildenhuys" <Herman.Gildenhuys@postoffice.co.za>)
List pgsql-ports
Herman Gildenhuys wrote:
> The gmake step succeeds by ending with "All of PostgreSQL successfully
> made. Ready to install". However, gmake check fails with "initdb failed"
> when it tries to initialize the database.
>
> The log message at .src/test/regress/log ends with "child process was
> terminated by signal 11".

You may want to look into the ipcs and ipcrm commands if you haven't
already.  When the child processes segfaulted, they had likely grabbed
some shared memory that hasn't yet been freed.  AIX with all its memory
locked up as shared memory due to too many processes not cleaning up
after themselves is not fun.

> We are using a 64bit IBM model p550 with aix 5.2 ML-07, with the IBM
> linux toolkit for bison, flex, gcc, python etc.

Try building postgres without readline (pass configure
"--without-readline").  libreadline.a exports more symbols than it
should, which has been causing problems with AIX 5.3.

--
Seneca Cunningham
scunning@ca.afilias.info

pgsql-ports by date:

Previous
From: "Herman Gildenhuys"
Date:
Subject: Postgresql Installation on IBM aix 5.2
Next
From: Seneca Cunningham
Date:
Subject: Should libedit be preferred to libreadline?