Re: Error compiling 7.1 on Caldera OpenLinux - Mailing list pgsql-ports

From Tom Lane
Subject Re: Error compiling 7.1 on Caldera OpenLinux
Date
Msg-id 25152.987915722@sss.pgh.pa.us
Whole thread Raw
In response to Error compiling 7.1 on Caldera OpenLinux  (Bruce MacKay <bmackay@calderasystems.com>)
List pgsql-ports
Lamar Owen <lamar.owen@wgcr.org> writes:
> Tom Lane wrote:
>> The code expects #include <zlib.h> to provide a typedef for z_streamp,
>> if that header exists.

> configure checks for zlib.h, IIRC.  According to my build logs, it does.

It checks for the *existence* of a header claiming to be zlib.h.  There
isn't any check on the contents.  I'm just wondering if we have a
versioning problem with some ancient zlib release ...

> Caldera OpenLinux eServer 2.3 built 7.0.3, which had lztext.  Did lztext
> use zlib at 7.0.3?

No.  We never used zlib before 7.1.

            regards, tom lane

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: Error compiling 7.1 on Caldera OpenLinux
Next
From: Lamar Owen
Date:
Subject: Re: Error compiling 7.1 on Caldera OpenLinux