Re: Build OpenLDAP 2.0.15

2001-10-24 Thread Carlos de Sousa
The only other thing I had problems with when trying to install OpenLDAP on cygwin, was that all the schema files and configuration files had the CRLF at the end of each line, and ldapsearch and especially the test suite of OpenLDAP didn't like that. I made a new set of all those files thru the

Re: Build OpenLDAP 2.0.15

2001-10-24 Thread Jason Tishler
Carlos, On Tue, Oct 23, 2001 at 03:16:36AM +0200, Carlos de Sousa wrote: > Thanx! You are very welcome. > That did it, I have a running slapd with data on cygwin 1.3.3-2 . > So far everything seems to work just fine! Thanks for testing out slapd. Please report back to the list if you uncover

Re: Build OpenLDAP 2.0.15

2001-10-22 Thread Carlos de Sousa
Thanx! That did it, I have a running slapd with data on cygwin 1.3.3-2 . So far everything seems to work just fine! Regards Carlos de Sousa Jason Tishler wrote: > > Carlos, > > On Sat, Oct 20, 2001 at 10:43:25AM +0200, Carlos de Sousa wrote: > > I'm having problems building OpenLDAP 2.0.15

Re: Build OpenLDAP 2.0.15

2001-10-22 Thread Jason Tishler
Carlos, On Sat, Oct 20, 2001 at 10:43:25AM +0200, Carlos de Sousa wrote: > I'm having problems building OpenLDAP 2.0.15 on cygwin 1.3.2-1 > > gcc -g -O2 -I../../include -I../../include -c -o mods.o mods.c > In file included from slap.h:35, > from mods.c:19: > ../../include

Build OpenLDAP 2.0.15

2001-10-20 Thread Carlos de Sousa
I'm having problems building OpenLDAP 2.0.15 on cygwin 1.3.2-1 I don't run on 1.3.3-2 because of the GDB problem. gcc -g -O2 -I../../include -I../../include -c -o mods.o mods.c In file included from slap.h:35, from mods.c:19: ../../include/ldif.h:71: parse error before `*'