Re: 4 pgcrypto regressions failures - 1 unsolved

Kris Jurka <books@ejurka.com>

From: Kris Jurka <books@ejurka.com>
To: Marko Kreen <marko@l-t.ee>
Cc: pgsql-hackers@postgresql.org
Date: 2005-07-12T18:06:46Z
Lists: 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