Re: PG and AIX

From: Weiping He <laser(at)zhengmai(dot)com(dot)cn>
To: "cgibbs(at)westmarkproducts(dot)com" <cgibbs(at)westmarkproducts(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: PG and AIX
Date: 2003-12-09 16:39:06
Message-ID: 3FD5FAAA.8010309@zhengmai.com.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Corey W. Gibbs wrote:

>Good Morning Everyone,
>
>Just curious what problems, if any, have you had compiling/using Posgres on
>an AIX system. Up until now, my main experience with PG has been on Linux
>systems, and I was just wondering what differences there are in using the
>software on an AIX system.
>
>
We use it in our AIX 4.3.3, and it works perfect.
Just be careful to use some extra options
when configuring the source, like:

--without-readline --without-zlib

or use --with-lib=/your/extra/lib/directory
to point the configure script to find out those
librarys.

We use both 7.4 and 7.3.x in our environment.

regards laser

In response to

  • PG and AIX at 2003-12-09 15:47:41 from Corey W. Gibbs

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-09 16:46:57 Re: PG and AIX
Previous Message Stephan Szabo 2003-12-09 16:30:38 Re: Inheritance and foreign keys