Re: BF Failure on Bandicoot

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>, "Magnus Hagander" <mha(at)sollentuna(dot)net>
Subject: Re: BF Failure on Bandicoot
Date: 2006-07-21 14:23:27
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40154C117@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: 21 July 2006 15:20
> To: Dave Page
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] BF Failure on Bandicoot
>
> "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> writes:
> > Bandicoot is currently failing on HEAD with the following
> error shown in
> > a message box during make check:
>
> > The procedure entry point ldap_start_tls_sA could not be
> located in the
> > dynamic link library wldap32.dll.
>
> Just guessing from the function name, but does this go away
> if you don't
> configure --with-ldap?
>
> If so it's presumably a portability issue in this recent patch:
>
> 2006-03-06 12:41 momjian
>
> * configure, configure.in, src/backend/libpq/auth.c,
> src/backend/libpq/hba.c, src/backend/libpq/pg_hba.conf.sample,
> src/include/pg_config.h.in, src/include/libpq/hba.h: This patch
> adds native LDAP auth, for those platforms that don't have PAM
> (such as Win32, but also unixen without PAM). On Unix, uses
> OpenLDAP. On win32, uses the builin WinLDAP library.
>
> Magnus Hagander
>
> I'd counsel just leaving --with-ldap off until Magnus gets back from
> vacation. We can always revert the patch later if he can't fix it.
> (There's some fairly ugly stuff going on at lines 69-89 of
> backend/libpq/auth.c, which I bet is the root of the trouble, but
> I'm not going to dig further --- I've wasted more than enough time
> on Windows this week ;-))

Yeah, I spotted that ugliness. I'll turn it off for now, and CC this to
Magnus so he has no excuse for forgetting :-p

Regards, Dave.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-07-21 14:30:13 Re: [PATCHES] Generic Monitoring Framework with DTrace patch
Previous Message Tom Lane 2006-07-21 14:20:25 Re: BF Failure on Bandicoot

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-07-21 14:30:13 Re: [PATCHES] Generic Monitoring Framework with DTrace patch
Previous Message Tom Lane 2006-07-21 14:20:25 Re: BF Failure on Bandicoot