(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) Trash : (Answer) New Item
Once you actually do the make, you may come across an error in one of the include files while it's compiling slapd.
The error is in proto-slap.h, where it says that FILE is not a valid typedef or macro. This file is included in mods.h and a couple of other places.
To fix the error, edit proto-slap.h, add
#include <stdio.h>
to the list of header files, and recompile.
will_sargent@yahoo.com
[Append to This Answer]
This document is: http://www.openldap.org/faq/index.cgi?file=632
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org