Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved

From: Kris Jurka <books(at)ejurka(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Marko Kreen <marko(at)l-t(dot)ee>, pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved
Date: 2005-07-16 15:22:10
Message-ID: Pine.BSO.4.56.0507161020330.1675@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Sat, 16 Jul 2005, Tom Lane wrote:

> Marko Kreen <marko(at)l-t(dot)ee> writes:
> > I googled a bit and found two suggestions:
> >
> > 1. http://curl.haxx.se/mail/lib-2002-01/0092.html
> > (Use -mimpure-text on linking line)
> >
> This sure seems like a crude band-aid rather than an actual solution.
> The bug as I see it is that gcc is choosing to link libz.a rather than
> libz.so --- why is that happening?
>

The link line says -L/usr/local/lib -lz and libz.a is in /usr/local/lib
while libz.so is in /usr/lib.

Kris Jurka

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-07-16 16:15:08 Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved
Previous Message Kris Jurka 2005-07-16 15:20:22 Re: pg_get_prepared?

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-07-16 15:45:47 Re: fixing REL7_3_STABLE build issues
Previous Message Tom Lane 2005-07-16 14:54:57 Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved