[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Make test fails in Cygwin
- To: OpenLDAP Software <openldap-software@OpenLDAP.org>
- Subject: Make test fails in Cygwin
- From: Minh Chiem <minhc@forge.com.au>
- Date: Tue, 3 Dec 2002 14:30:25 +1100
- Content-disposition: inline
- User-agent: Internet Messaging Program (IMP) 4.0-cvs
I'm using version 2.0.27 on Cygwin (I'm not using 2.1.8 because it fails to
connect to my gdbm and if i use berkely's db, there's heaps of conflicts with
variables defined in the sys/sock.h and winsock2.h, but I'm getting off the
point here).
Everything seems to compile just fine and even 'make install' works (after
renaming some files).
However the second script test001-slapadd fails. It just sits there. I haven't
found any bugs relating to this so i take it that there is a way to fix this.
The forumn/faqs don't seem to mention this behaviour.
Also, the funny thing is that i can't view the master.log file. It keeps on
giving me a permissioned denied even though i am the super user.
$ ls -la
ls: master.log: Permission denied
total 17
drwxr-xr-x 2 Administ None 0 Dec 2 16:47 .
drwxr-xr-x 7 Administ None 0 Dec 2 16:36 ..
-rw-r--r-- 1 Administ None 3450 Dec 3 14:26 cn.gdbm
-rw-r--r-- 1 Administ None 3072 Dec 3 14:26 dn2id.gdbm
-rw-r--r-- 1 Administ None 3072 Dec 3 14:26 id2entry.gdbm
-rw-r--r-- 1 Administ None 3072 Dec 3 14:26 nextid.gdbm
-rw-r--r-- 1 Administ None 3083 Dec 3 14:26 objectClass.gdbm
Any assistance is greatly appreciated.