Russ Mann writes: > Dear List, > > This is the error I'm getting: > > Nov 26 09:40:18 hostname sqwebmail: maildircache: Cache create failure - > unable to create [EMAIL PROTECTED] > > I replaced the sensitive names for security. > > This error doesn't give the full path to the file it is trying to create, > which makes it difficult to debug. I found /var/cache/sqwebmail, and put a > yes directory in there, but that didn't fix it. > > In the cleancache.pl script, I found this line: > > $cachedir="yes"; > > So, does anyone know how to fix this?
You used incorrect options to the configure script. The --with-cachedir option requires an argument, if this option is specified. Furthermore, 99 times out of 100 the option should not be specified at all. Rerun configure, and reinstall. -- Sam
