I have setup qmail/vpopmail/qmailadmin/courier-imap (all current versions)
on a Redhat FC4 server.
I have installed PCRE and Ispell 3.3.
My sqwebmail configure script is:
/configure --enable-maxpurge=days --enable-webpass=vpopmail
--with-authvchkpw --with-ispell --enable-unicode
--enable-utf7-folder-encoding --with-ispell=/usr/local/bin/ispell
I run make configure-check = no problems.
When I run make, I get the following:
Compiling pcp.c
Compiling pref.c
pref.c: In function âpref_initâ:
pref.c:191: error: âdaysâ undeclared (first use in this function)
pref.c:191: error: (Each undeclared identifier is reported only once
pref.c:191: error: for each function it appears in.)
make[4]: *** [pref.o] Error 1
make[4]: Leaving directory `/usr/qmail/sqwebmail-5.0.7/sqwebmail'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/qmail/sqwebmail-5.0.7/sqwebmail'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/qmail/sqwebmail-5.0.7/sqwebmail'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/qmail/sqwebmail-5.0.7'
make: *** [all] Error 2
Any thoughts to what may be causing this any insight would be appreciated.
Thanks. Brett.