Re: BUG #2083: initdb fails with: child process was terminated

From: Seneca Cunningham <scunning(at)ca(dot)afilias(dot)info>
To: Wilfried Weiss <Wilfried(dot)Weiss(at)Pilkington(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2083: initdb fails with: child process was terminated
Date: 2005-12-01 19:22:05
Message-ID: 438F4D5D.2080903@ca.afilias.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Manoj Kumar 2005-12-01 21:32:46 BUG #2086: Giving error as wrong host and port when connect jdbc
Previous Message Bruce Momjian 2005-12-01 18:01:52 Re: BUG #2084: Add WIN1253 to CLIENT_ENCODING encodings