On Mon, 2005-01-17 at 11:52 +0000, Ian McDonald-ONLINE wrote: > The use of any Time::Piece function or method falls back to AutoLoader, > which tries to load the <function>.al file. > The interpreter cannot find the <function>.al file, and issues a fatal > error.
This probably means you have a permissions problem on those files or a directory that contains them. Try to read them as user "nobody" or whoever you run your server as. You may also want to try pre-loading all of it, to increase your shared memory. - Perrin