Can someone please explain to me why LDAP is attempting to be compiled (and
failing with what looks like a coding error) when I've specifically told
configure NOT TO USE LDAP??!!
Here's my configure. Anyone see any problems with it? It's a real PAIN.
Not only is the dang code (in ldap) broken, but I don't even want it to
compile in anyway!
./configure\
--with-db=gdbm\
--enable-cgi-bindir=/usr/local/apache/cgi-bin\
--enable-imagedir=/usr/local/apache/htdocs/images/sqwebmail\
--with-authvchkpw\
--without-authpam\
--without-ldap\
--without-authuserdb\
--without-authmysql\
--without-authshadow\
--without-authpwd\
--enable-webpass=vpopmail\
--without-ispell\
--with-cachedir=/var/run/sqwebmail\
--enable-imageurl=/sqwebmail\
--prefix=/usr/local/apache/htdocs/sqwebmail
gcc -DHAVE_CONFIG_H -I. -I. -I. -I~vpopmail/include -g -O2 -Wall -I.. -I
./.. -c authldap.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I~vpopmail/include -g -O2 -Wall -I.. -I
./.. -c preauthldap.c
echo "#define AUTHLDAPRC \"/usr/local/apache/htdocs/sqwebmail/authldaprc\""
>authldaprc.h
gcc -DHAVE_CONFIG_H -I. -I. -I. -I~vpopmail/include -g -O2 -Wall -I.. -I
./.. -c authldaplib.c
authldaplib.c: In function `copy_value':
authldaplib.c:389: dereferencing pointer to incomplete type
make[1]: *** [authldaplib.o] Error 1
make[1]: Leaving directory
`/export/home/macgyver/devel/sqwebmail-2.1.1.20010620/authlib'
make: *** [check-recursive] Error 1