Svend Sorensen wrote:
On 4/18/07, Lesley Walker wrote:
I'm getting this error when I run "make depend":
cd slapi; make -w depend make[3]: Entering directory `/vol01/developer/openldap/openldap-2.3.35/servers/slapd/slapi' ../../../build/mkdep -l -d "." -c "cc" -m "-M" -I../../../include -I.. -I. -I../../../include -I./.. -I. plugin.c slapi_pblock.c slapi_utils.c printmsg.c slapi_ops.c slapi_dn.c slapi_ext.c slapi_overlay.c plugin.c:32:18: ltdl.h: No such file or directory make[3]: Leaving directory `/vol01/developer/openldap/openldap-2.3.35/servers/slapd/slapi'
ltdl.h is in the Debian package libltdl3-dev.
The point is: in plugin.c ltdl.h is not protected by #ifdef HAVE_LTDL_H essentially because that file is not supposed to be even allowed to be built if ltdl build infrastructure is not available (plugins require it to be loaded). I believe this is harmless.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it --------------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: pierangelo.masarati@sys-net.it ---------------------------------------