On Tue, 2004-07-20 at 06:19, Victor Tsang wrote: > Can't locate auto/Cache/Mmap/_lock.al in @INC
You're having problems with autoloading. Check for the existence of "auto/Cache/Mmap/_lock.al" on your system, and then check that its path is in @INC when you run under mod_perl (command-line doesn't count) and that the user you run mod_perl as can read it. I suspect you will find a missing path or incorrect permissions somewhere. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html