Re: 4 pgcrypto regressions failures - 1 unsolved

From: Kris Jurka <books(at)ejurka(dot)com>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 4 pgcrypto regressions failures - 1 unsolved
Date: 2005-07-12 18:06:46
Message-ID: Pine.BSO.4.56.0507121304590.9184@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-12 18:59:37 Re: PL/Perl list value return causes segfault
Previous Message Jim C. Nasby 2005-07-12 18:02:45 Re: Where is the decision about placement of new tuple made ?

Browse pgsql-patches by date

  From Date Subject
Next Message Kris Jurka 2005-07-12 18:29:40 pgcrypto warnings for Sun's cc
Previous Message David Fetter 2005-07-12 16:50:58 Re: [PATCHES] thousands comma numeric formatting in psql