Hello list --

I am in the middle of compiling (trying to anyways) courier-imap-1.3.10 
with vpopmail-4.9.10 (and qmail of course) on an e250 running solaris7.  
For vpopmail I used the following configure options and everything seemed 
to go ok (its installed and working):

(vpopmail is configured to authenticate off a mysql db)

../configure --prefix=/opt/vpopmail-4.9.10 \
--enable-mysql=y \
--enable-qmaildir=/opt/qmail \
--enable-qmail-newu=/opt/qmail/bin/qmail-newu \
--enable-qmail-inject=/opt/qmail/bin/qmail-inject \
--enable-qmail-newmrh=/opt/qmail/bin/qmail-newmrh \
--enable-sqlincdir=/opt/mysql/include/mysql/ 
--enable-sqllibdir=/opt/mysql/lib/mysql \
--enable-roaming-users=y --enable-large-site=y

for courier-imap-1.3.10 I used the following options:

../configure  --prefix=/opt/courier-1.3.10 \
--with-db=gdbm \
--with-waitfunc=wait3 \
--disable-changepass \
--with-authldap=no \
--with-authpwd=no \
--with-authshadow=no \
--with-authvchkpw=yes \
--with-authpam=yes \
--with-authcram=yes \
--with-authcustom=yes \
--with-authuserdb=yes \
--with-authdaemon=yes \
--with-authdaemonvar=/var/tmp \
--with-authmysql \
--with-mysql-libs=/opt/mysql/include/mysql \f
--with-mysql-includes=/opt/mysql/include/mysql

In addition I have changed the authlib/configure script and hard coded in 
the home directory for vpopmail.  The configure script completes ok 
however, when running make I get the following error:  

gcc -DHAVE_CONFIG_H -I. -I. -I.     -I/opt/mysql/include/mysql -
I/opt/vpopmail-4.9.10/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 `/export/home/qmail-src/courier-imap-
1.3.10/authlib'
make: *** [all-recursive] Error 1

I have checked the FAQ for both vpopmail and courier and have done a search 
on groups.google.com (deja).  Hopefully one of you can help.  Please feel 
free to reply to the list or to me directly.  

Thanks in advance


Reply via email to