Re: latest pgcrypto patches cause compile errors

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: latest pgcrypto patches cause compile errors
Date: 2005-07-10 18:33:06
Message-ID: 200507101833.j6AIX7T09131@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Patch applied. Thanks.

---------------------------------------------------------------------------

Marko Kreen wrote:
> On Sun, Jul 10, 2005 at 09:10:29PM +0300, Marko Kreen wrote:
> > On Sun, Jul 10, 2005 at 11:37:22AM -0400, Bruce Momjian wrote:
> > > Marko Kreen wrote:
> > > > I see from buildfarm, that pgcrypto fails to build on a
> > > > non-OpenSSL machine. The reason for it is a stale openssl/bn.h
> > > > include in pgp-pubdec.c. I did not spot it, as even for
> > > > --without-openssl build I still had OpenSSL intalled.
> > >
> > > Removed from CVS.
> >
> > One more failure:
> >
> > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=cicada&dt=2005-07-10%2017:39:18
> >
> > I think this is because we don't have -lz in SHLIB_LINK.
> > Following patch fixes it.
>
> Here's the patch.
>
> --
> marko
>

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-10 19:40:50 suspicious pointer/integer coersion
Previous Message Tom Lane 2005-07-10 18:32:01 Binary input functions fail to enforce typmod