Hi!!
I have a problem installing courier-IMAP-0.32 with authldap in a sparc
ultra5 with Solaris 2.7 (64bit).
I have already installed OpenLdap-1.2.10 and it works rigth.
With these options I configured the courier-imap : --with-authldap
--with-waitfunc=wait3 --without-authpam, --without-authuserdb --without-ipv6
(this step is Ok.). But when I execute gmake (or make) it shows me these errors
and brake.
gcc -DHAVE_CONFIG_H -I. -I- -I. -g -02 -Wall -I.. -I./.. -c reformime.c
reformime.c: In function 'get_suitable_filename'
reformime.c:352: warning: subscript has type 'char'
..
(continue)
..
..
gcc -DHAVE_CONFIG_H -I. -I- -I. -g -02 -Wall -I.. -I./.. -c authldaplib.c
authldaplib.c: In funciont ´read_env':
authldaplib.c:151: warning: 'p' might be used uninitialized in this function.
authldaplib.c: in function 'ldapopen':
authldaplib.c:428: dereferencing pointer to incomplete type
gmake[1]: *** [authldaplib.o] Error 1
gmake[1]: Leaving directory '/export/home/courier/courie-imap-0.32/authlib'
gmake: *** [all-recursive] Error 1
Before compiling this with authldap, I compiled courier-imap-0.32
with-authuserdb and it works right.
Thanks for your help.