I had a similar thing with LDAP. It turns out that cinfigure did find an ldap.h file, but it was not the right on. It was left over from somewhere so I deleted it and created links in /usr/include to my OpenLDAP include files. The same for /usr/lib to my OpenLDAP lib files. This cleared up my problem. Don't know if this helps, but...
James On Sun, 2002-03-24 at 10:42, Daniel Bichara wrote: > > This is the third time I write this message. Please help me. > > Error while make: > > make[1]: Entering directory `/usr/src/courier-imap-1.4.3/authlib' > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/vpopmail/include -g -O2 = > -Wall -I.. - > I./.. -c authvchkpw.c > authvchkpw.c: In function `auth_vchkpw_changepass': > authvchkpw.c:142: warning: assignment from incompatible pointer type > authvchkpw.c:151: dereferencing pointer to incomplete type > authvchkpw.c:151: dereferencing pointer to incomplete type > make[1]: *** [authvchkpw.o] Error 1 > make[1]: Leaving directory `/usr/src/courier-imap-1.4.3/authlib' > make: *** [all-recursive] Error 1 > > Thanks > > Daniel > > > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
