Re: Re: AW: Re: GiST for 7.1 !! - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: AW: Re: GiST for 7.1 !!
Date
Msg-id 21353.979538282@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: AW: Re: GiST for 7.1 !!  (selkovjr@mcs.anl.gov)
Responses Re: Re: AW: Re: GiST for 7.1 !!
List pgsql-hackers
selkovjr@mcs.anl.gov writes:
>>>> on which configure didn't detect the absence of libz.so
>> 
>> Really?  Details please.  It's hard to see how it could have messed
>> up on that.

> I didn't look well enough -- I apologize. The library is there, but
> ld.so believes it is not:

> typhoon> postmaster 
> ld.so.1: postmaster: fatal: libz.so: open failed: No such file or directory
> Killed

Odd.  Can you show us the part of config.log that relates to zlib?
It's strange that configure's check to see if zlib is linkable should
succeed, only to have the live startup fail.  Is it possible that
you ran configure with a different library search path (LD_LIBRARY_PATH
or local equivalent) than you are using now?

It's suspicious that the error message mentions libz.so when the actual
file name is libz.so.1, but I still don't see how that could result in
configure's link test succeeding but the executable not running.
        regards, tom lane


pgsql-hackers by date:

Previous
From: selkovjr@mcs.anl.gov
Date:
Subject: Re: Re: AW: Re: GiST for 7.1 !!
Next
From: Lamar Owen
Date:
Subject: RPMS for 7.1beta3 being uploaded.