I have slackware 9 installed and am trying to comiple sqwebmail from source.  gcc-verion is 3.2.3

I simply want to use password or shadow authentication so I ran configure like this:

./configure --sysconfdir=/etc --enable-cgibindir=/web/cgi-bin/ --enable-mimetypes=no --enable-imagedir=/web/webmail --with-authshadow

which runs OK.

then...
I do make configure-check which is OK.
then...
a make which is OK
then...
a make check and I get:

make[1]: Leaving directory `/usr/src/sqwebmail-3.5.3/rfc2045'
Making check in maildir
make[1]: Entering directory `/usr/src/sqwebmail-3.5.3/maildir'
Compiling autoresponse.c
autoresponse.c:7:38: autoresponsequota.h: No such file or directory
autoresponse.c: In function `get_quota':
autoresponse.c:291: `AUTORESPONSEQUOTA' undeclared (first use in this function)
autoresponse.c:291: (Each undeclared identifier is reported only once
autoresponse.c:291: for each function it appears in.)
make[1]: *** [autoresponse.o] Error 1
make[1]: Leaving directory `/usr/src/sqwebmail-3.5.3/maildir'
make: *** [check-recursive] Error 1

What am I doing wrong?

Sincerely,
Bryan Christ

Reply via email to