Re: Problem installing Postgresql - Mailing list pgsql-general

From Tom Lane
Subject Re: Problem installing Postgresql
Date
Msg-id 23862.988662060@sss.pgh.pa.us
Whole thread Raw
In response to Problem installing Postgresql  (Al <starbuckk1@yahoo.com>)
List pgsql-general
Al <starbuckk1@yahoo.com> writes:
> I am running OpenLinux 2.3 (Caldera) out of the box.

Caldera has an extremely ancient zlib installed.  Either update to a
more recent zlib, or manually undefine HAVE_LIBZ in src/include/config.h
after running configure.  (7.1.1 will be less trusting about whether
zlib is up to date or not...)

            regards, tom lane

pgsql-general by date:

Previous
From: Gilles DAROLD
Date:
Subject: Re: Problem installing Postgresql
Next
From: Tom Lane
Date:
Subject: Re: wierd problems with DBI/DBD::pg?