Re: Re: AW: Re: GiST for 7.1 !!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: selkovjr(at)mcs(dot)anl(dot)gov
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: AW: Re: GiST for 7.1 !!
Date: 2001-01-15 05:58:02
Message-ID: 21353.979538282@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

selkovjr(at)mcs(dot)anl(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message selkovjr 2001-01-15 06:39:01 Re: Re: AW: Re: GiST for 7.1 !!
Previous Message Tatsuo Ishii 2001-01-15 03:54:36 Re: copy from stdin; bug?