|
From: Paul L. <pdo...@us...> - 2009-02-07 01:13:05
|
Update of /cvsroot/serverfilters/serversidefilter/script In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20953 Modified Files: README Log Message: Add a troubleshooting tip Index: README =================================================================== RCS file: /cvsroot/serverfilters/serversidefilter/script/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 21 May 2005 19:46:19 -0000 1.2 --- README 7 Feb 2009 01:12:57 -0000 1.3 *************** *** 12,17 **** ! Compilation Prerequisites ! ========================= * A C compiler --- 12,17 ---- ! Requirements ! ============ * A C compiler *************** *** 142,143 **** --- 142,150 ---- serversidefilter. + * When compiling, I get an error such as "mail.h: No such file or directory" + + You probably are trying to use the UW-IMAP c-client library for checking + credentials (CHECKCREDS=checkcreds_cclient.o in the Makefile) but you don't + have the UW-IMAP c-client library on your system. Please read the Requirements + section herein before continuing. + |