Re: BF Failure on Bandicoot

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: BF Failure on Bandicoot
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA35558@algol.sollentuna.se
обсуждение исходный текст
Ответ на Re: BF Failure on Bandicoot  ("Albe Laurenz" <all@adv.magwien.gv.at>)
Список 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 по дате отправления:

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Replication
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Bug with initDB under windows 2003