Re: Re: patch to fix configure(.in) on openbsd wrt/ krb5/com_err and readline linking

From: Simon Bertrang <janus(at)errornet(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Greg Stark <stark(at)enterprisedb(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Re: patch to fix configure(.in) on openbsd wrt/ krb5/com_err and readline linking
Date: 2009-06-10 15:32:30
Message-ID: 20090610153229.GG20455@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Jun 10, 2009 at 05:20:00PM +0200, Simon Bertrang wrote:
> On Wed, Jun 10, 2009 at 10:05:36AM -0400, Tom Lane wrote:
> > Greg Stark <stark(at)enterprisedb(dot)com> writes:
> > > This seems really weird. Firstly, doesn't OpenBSD use ELF? Shouldn't
> > > the library pull in the indirectly needed libraries automatically? But
> > > more to the point, why on *earth* would com_err depend on -lssl and
> > > -lcrypto? com_err is just a standard error handling library. Why
> > > would it fail to link without ssl and crypto libraries?!?!
> >
> > And you'd also need to explain why the spoonbill buildfarm member
> > is building just fine without this ... it does have kerberos
> > enabled ...
> >
>
> Indeed a good question. I'm comparing the config and build logs but
> nothing jumped into my face yet. I should fire up my sparc64 to have the
> same arch as spoonbill for comparison... configure flags differ too...
> i'll let you know when i found out more.
>

Found it: spillboon has --with-gssapi in configure flags which pulls the
missing pieces in. We don't build with GSSAPI enabled though, hence the
patch.

Regards,
Simon

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David Leppik 2009-06-10 16:47:35 BUG #4849: intermittent future timestamps
Previous Message Tom Lane 2009-06-10 15:22:27 Re: BUG #4845: cash_in is broken for lc_monetary = 'ja'