After compiling version 3.6 of sqwebmail successfully with the following
options, I did a make and got these errors. Can anyone help?
./configure --enable-imagedir=/home/tmp/602global.com/htdocs/webmail
--with-module=authvchkpw --without-authpwd --without-authshawdow
--without-authpam --without-authuserdb --without-authldap
--enable-softtimeout=1800 --enable-autopurge=2
--enable-cgibindir=/home/apache/cgi-bin
--enable-mimetypes=/home/apache/conf/mime-types
...........
...........
Making all in bdbobj
make[1]: Entering directory `/usr/src/qmail/sqwebmail-3.6.0/bdbobj'
make all-am
make[2]: Entering directory `/usr/src/qmail/sqwebmail-3.6.0/bdbobj'
Compiling bdbobj.c
bdbobj.c: In function `bdbobj_open':
bdbobj.c:137: incompatible type for argument 4 of indirect function call
bdbobj.c:137: too many arguments to function
make[2]: *** [bdbobj.o] Error 1
make[2]: Leaving directory `/usr/src/qmail/sqwebmail-3.6.0/bdbobj'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/qmail/sqwebmail-3.6.0/bdbobj'
make: *** [all-recursive] Error 1
-----Original Message-----
From: Brian Candler [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2003 8:53 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [sqwebmail] Upgrading SQwebmail
On Tue, Oct 07, 2003 at 07:49:36AM -0400, [EMAIL PROTECTED] wrote:
> Hey all. Should I bother upgrading my version of Sqwebmail from 3.3.7
> to the latest?
3.3.7 is quite old (2002-07-26); if it works well for you then I don't think
there's any urgent reason to upgrade, but it's helpful to be on something
more recent, especially if you want to report a bug or request a feature.
Follow the (changelog) link from
http://www.courier-mta.org/download.php#sqwebmail
to get a full list of changes.
I think the main things are more comprehensive support for non-English
character sets (which may not be of interest to you), XHTML-compliant
templates, and enhanced logindomainlist functionality. Miscellaneous bug
fixes of course.
Regards,
Brian.