Re: 4 pgcrypto regressions failures - 1 unsolved - Mailing list pgsql-hackers

From Kris Jurka
Subject Re: 4 pgcrypto regressions failures - 1 unsolved
Date
Msg-id Pine.BSO.4.56.0507121304590.9184@leary.csoft.net
Whole thread Raw
In response to Re: 4 pgcrypto regressions failures - 1 unsolved  (Marko Kreen <marko@l-t.ee>)
Responses Re: 4 pgcrypto regressions failures - 1 unsolved
List pgsql-hackers

On Tue, 12 Jul 2005, Marko Kreen wrote:

> On Mon, Jul 11, 2005 at 04:47:18PM -0700, Kris Jurka wrote:
> > Marko Kreen wrote:
> > 
> > >http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dragonfly&dt=2005-07-11%2003:30:04
> > >
> > >Linking problem with zlib on Solaris 9/x86.  I am clueless about
> > >this.  I can anyone look into it?
> > >
> > 
> > It appears to be finding the static /usr/local/lib/libz.a instead of the 
> > dynamic /usr/lib/libz.so.
> 
> So it is a local problem?  I see that the configure line contains:
> "--with-includes=/usr/local/include --with-libs=/usr/local/lib"
> explicitly.
> 

Well the buildfarm machine kudu is actually the same machine just building 
with the Sun compiler and it works fine.  It links all of libz.a into 
libpgcrypto.so while gcc refuses to.

Kris Jurka



pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Where is the decision about placement of new tuple made ?
Next
From: Andrew Dunstan
Date:
Subject: Re: PL/Perl list value return causes segfault