I have used sqwebmail for awhile now, and appreciate the effort put into producing it. I recently decided to get a recent release. Both 1.1.2 and 1.1.1 failed to compile, and through looking at the errors, I realized it was not including two needed gcc options (i do not know if that was due to programmer error or my error). But I needed to add "-L/usr/local/lib/mysql -lmysqlclient" to the lines in the Makefiles in authlib/ and sqwebmail/ where you would also find -lvpopmail. I realize the -L was due to the placement of my mysql libs, however I found no way to add that to the configure script. and the -lmysqlclient again, I found no way to add to the configure script through options. Once I added that (a total of 4 changes), all versions of sqwebmail compiled, however 1.1.2 and 1.1.1 failed the 'make check'. The 'make check' passed on 1.0 though. The failure was when it did a make check in rfc822: Making check in rfc822 ./testsuite | cmp -s - ./testsuite.txt ./reftest | cmp -s - ./reftest.txt *** Error code 1 Stop in /guru/user/root/programs/mail/sqwebmail-1.1.1/rfc822. *** Error code 1 Stop in /guru/user/root/programs/mail/sqwebmail-1.1.1. Just thought I would let you know. I am running FreeBSD 4.2 w/ qmail (Maildir) and vpopmail. I am using mysql with vpopmail. Thank you, Daniel Hemmerich
