Re: BF Failure on Bandicoot - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: BF Failure on Bandicoot
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA35558@algol.sollentuna.se
Whole thread Raw
In response to Re: BF Failure on Bandicoot  ("Albe Laurenz" <all@adv.magwien.gv.at>)
List pgsql-hackers
> >>> The procedure entry point ldap_start_tls_sA could not be
> located in
> the
> >>> dynamic link library wldap32.dll.
> >>
> >> 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.
> >
> > Looking at the MSDN documentation it seems this function only
> exists
> > on Windows 2003 and Windows XP. Which is very interesting,
> because I
> > have it working on one of my 2000 boxes. But I guess I got it
> through
> > some patch or other.
> >
> > I'm going to have to redo it to dynamically load that function
> and
> > exit with a proper error message if it's not found. Shouldn't be
> too
> > hard, I'll get to it as soon as I can get down for a coding
> session.
>
> On my Windows 2000 (5.00.2195) Service Pack 4, the LDAP library
> does not contain any ldap_start_tls*
>
> File version of WLDAP32.DLL is 5.0.2195.7017.

Yeah, I have somehow got a version 5.2 DLL in there. I wonder where the
heck it came from :-) I'm set up with a different test box now that
clearly shows the problem, so I'll get to work on fixing it.

//Magnus


pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: Replication
Next
From: "Magnus Hagander"
Date:
Subject: Re: Bug with initDB under windows 2003