Re: [PORTS] Postgresql Installation on IBM aix 5.2

Seneca Cunningham <[email protected]>
Newsgroups gmane.comp.db.postgresql.ports
Message-ID <[email protected]>
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
[email protected]

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.