sqwebmail 3 requires 4.10.xx of vpopmail.
-----Original Message-----
From: Dallas Engelken [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 21, 2001 2:24 PM
To: [EMAIL PROTECTED]
Subject: Re: problems during make
sqwebmail-3.0.0.20010815.tar.gz does the same thing. this i on redhat 7.1
with qmail+vpopmail+mysql all working 100%.
echo '#include "/home/pop/include/config.h"' >vpopmail_config.h
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/pop/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 `/home/bigd/sqwebmail-3.0.0.20010815/authlib'
make: *** [all-recursive] Error 1
----- Original Message -----
From: Dallas Engelken
To: [EMAIL PROTECTED]
Sent: Tuesday, August 21, 2001 11:37 AM
Subject: problems during make
well.. i'm having some probelms getting sqwebmail going, everything else is
up and going and this is my final leg.
my # ./configure
[root@blackhat sqwebmail-3.0.0]#
./configure --enable-cgibindir=/home/pop/www/public_html/cgi-bin --enable-im
agedir=/home/pop/www/public_html/images/sqwebmail --with-module=authvchkpw
my # make bombs at
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/pop/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 `/home/bigd/sqwebmail-3.0.0/authlib'
make: *** [all-recursive] Error 1
preauthvchkpw.c has been replaced with the udpated file in authlib. does
authvchkpw.c have an update also?
anything i'm missing here?
thanks
dallas