Re: [PATCHES] [HACKERS] BF Failure on Bandicoot

2006-08-21 Thread Dave Page
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: 21 August 2006 20:24 > To: pgsql-hackers@postgresql.org; Magnus Hagander > Cc: Dave Page; pgsql-patches@postgresql.org > Subject: Re: [PATCHES] [HACKERS] BF Failure on Bandicoot > > &

Re: [PATCHES] [HACKERS] BF Failure on Bandicoot

2006-08-21 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > Attached is a patch that fixes this issue at least in my test machine > (yes, I found one 2000 machine that was broken as well) Applied. Dave, would you re-enable the LDAP option on bandicoot so we can verify this fixes it?

Re: [HACKERS] BF Failure on Bandicoot

2006-08-21 Thread Magnus Hagander
> >>> 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 th

Re: [HACKERS] BF Failure on Bandicoot

2006-08-18 Thread Albe Laurenz
>>> 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 documentati

Re: [HACKERS] BF Failure on Bandicoot

2006-08-18 Thread Magnus Hagander
> 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, >

Re: [HACKERS] BF Failure on Bandicoot

2006-07-21 Thread Dave Page
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: 21 July 2006 15:20 > To: Dave Page > Cc: pgsql-hackers@postgresql.org > Subject: Re: [HACKERS] BF Failure on Bandicoot > > "Dave Page" writes: > > Bandicoot is curr

Re: [HACKERS] BF Failure on Bandicoot

2006-07-21 Thread Tom Lane
"Dave Page" 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

Re: [HACKERS] BF Failure on Bandicoot

2006-07-21 Thread Hannu Krosing
Ühel kenal päeval, R, 2006-07-21 kell 17:14, kirjutas Sandeep Jakkaraju(Navolve): > Hi All > > > I am looking for a C/C++ library which can talk to postgresql/postgis > other than libpqxx!! Why ? > thanx in advance > > sandeep -- Hannu Krosing Database Architect Skype Techn

Re: [HACKERS] BF Failure on Bandicoot

2006-07-21 Thread Sandeep Jakkaraju(Navolve)
Hi All I am looking for  a C/C++ library which can talk to postgresql/postgis other than libpqxx!!thanx in advancesandeep

[HACKERS] BF Failure on Bandicoot

2006-07-21 Thread Dave Page
Bandicoot is currently failing on HEAD with the following error shown in a message box during make check: --- postgres.exe - Entry Point Not Found --- The procedure entry point ldap_start_tls_sA could not be located in the dynamic link library wldap3