Re: problems to install PostgreSQL - Mailing list pgsql-novice

From Seneca Cunningham
Subject Re: problems to install PostgreSQL
Date
Msg-id 43FB296E.1090304@ca.afilias.info
Whole thread Raw
In response to problems to install PostgreSQL  ("Paolo De Simone" <pdesimone@infocall.it>)
List pgsql-novice
Paolo De Simone wrote:
> i'm trying to install postgresql 8.1.3
> on AIX 5.2 RISC 6000
>
> the steps
> - ./configure
> - gmake
> - gmake install
>
> are OK

You may want to add a "gmake check" between the build and install.  It
runs some tests on the build and would have let you know that you had
problems before you installed the binaries.

> so i created /usr/local/pgsql/data
> but when ran
> - initdb -D /usr/local/pgsql/data
>
> had the following result :

[...initdb segfaults...]

> I have repeated the installation steps for
> 8.1.0, 8.1.1, 8.1.2 versions
> but I obtained the same result

Have you tried any of the methods described in the AIX FAQ
(<http://www.postgresql.org/docs/faqs.FAQ_AIX.html>)?  There's a section
concerning postgres segfaults with postgres 8.1 and how to stop them at
the end of it, "AIX, readline, and postgres 8.1.x".  My preferred method
is the newer Makefile, but disabling readline is easier.

--
Seneca Cunningham
scunning@ca.afilias.info

pgsql-novice by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: newst packages for ubuntu
Next
From: Tom Lane
Date:
Subject: Re: problems to install PostgreSQL