From: | "Weiss, Wilfried" <Wilfried(dot)Weiss(at)PILKINGTON(dot)de> |
---|---|
To: | "Seneca Cunningham" <scunning(at)ca(dot)afilias(dot)info> |
Cc: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: BUG #2083: initdb fails with: child process was terminated by signal 11 |
Date: | 2005-12-02 07:53:14 |
Message-ID: | D887D64DA68BE447B1AEC812E670BD624B7982@sdefgels075.euro.pilkington.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi Senenca,
I think that I do not need readline, so I will try to recompile --without-readline.
The server is running AIX 5.1 ML 2. Before I recompile I will apply ML 7, thought I already did it.
As this is an old F40 I cannot upgrade to AIX 5.2 or above, so I have to stay on 5.1.
I think there must have been a major change from 8.0.3 to 8.0.4 as I did not notice any problem on 8.0.3.
Thank you for the quick help.
I will tell you whether it worked.
Regards
Wilfried Weiss
-----Ursprüngliche Nachricht-----
Von: Seneca Cunningham [mailto:scunning(at)ca(dot)afilias(dot)info]
Gesendet: Donnerstag, 1. Dezember 2005 20:22
An: Weiss, Wilfried
Cc: pgsql-bugs(at)postgresql(dot)org
Betreff: Re: [BUGS] BUG #2083: initdb fails with: child process was
terminated by signal 11
Wilfried Weiss wrote:
> Configure parms:
> ./configure --enable-odbc --enable-syslog
> --with-includes=/opt/freeware/include --with-libraries=/opt/freew
> are/lib --with-tclconfig=/opt/freeware/lib
>
> C-Compiler IBM C for AIX Version 6.0
>
> This worked well until PostgreSQL 8.0.3.
If you pass configure the flag "--without-readline", does gmake check
succeed? If it does and you need readline capabilities in the copy of
psql on your AIX box, there are a few options:
0) use libedit (patching postgres' configure scripts is required
unless readline is removed from the server)
1) installing readline 5.0 and replacing your standard 4.3 build
2) relinking your existing libreadline so that it doesn't export
strncpy and other functions that it shouldn't
3) use an external readline wrapper around the readline-less psql
By the way, which maintenance level is your server at?
--
Seneca Cunningham
scunning(at)ca(dot)afilias(dot)info
From | Date | Subject | |
---|---|---|---|
Next Message | Dick Snippe | 2005-12-02 08:41:53 | Re: BUG #2088: logfiles only readable by instance owner |
Previous Message | David J N Begley | 2005-12-02 05:53:31 | Re: BUG #2085: pg_dump incompletely dumps ACLs |