Re: Postgresql Installation on IBM aix 5.2

Поиск
Список
Период
Сортировка
От Seneca Cunningham
Тема Re: Postgresql Installation on IBM aix 5.2
Дата
Msg-id 437E3C21.8070202@ca.afilias.info
обсуждение исходный текст
Ответ на Postgresql Installation on IBM aix 5.2  ("Herman Gildenhuys" <Herman.Gildenhuys@postoffice.co.za>)
Список 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 по дате отправления:

Предыдущее
От: "Herman Gildenhuys"
Дата:
Сообщение: Postgresql Installation on IBM aix 5.2
Следующее
От: Seneca Cunningham
Дата:
Сообщение: Should libedit be preferred to libreadline?