[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: OpenLDAP 2.1.3 and W2K (issue in tls.c)



Comment out the offending code, or supply an emulation of opendir/readdir.
The MinGW environment provides these routines, and there are free versions
available on the web. Looks like this code should have been #if'd in the
first place but wasn't.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support 

> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Geert Van
> Muylem
> Sent: Wednesday, July 24, 2002 1:27 AM
> To: LDAP Mailing List (E-mail)
> Subject: OpenLDAP 2.1.3 and W2K (issue in tls.c)
> 
> 
> Hi,
> 
> It seems that 2.1.3 doesn't compile on Windows platform, having some
> problems
> with the function: get_ca_list() in tls.c. It has been changed since
> 2.1.2....
> 
> Any one any idea to solve this?
> 
> Thanks,
> Geert