Compiling with RegistryLoader

2001-08-09 Thread Kostas Lykourgiotis
Hi all, I try to precompile a perl script on SERVER start-up using the typical configuration. But I start the server a get a lot of errors or warnings that refer to standard Perl modules. On the other hand, if I try to compile the same script on a CHILD process start-up, using a very similar

Re: Compiling with RegistryLoader

2001-08-09 Thread Perrin Harkins
I try to precompile a perl script on SERVER start-up using the typical configuration. But I start the server a get a lot of errors or warnings that refer to standard Perl modules. It looks like you're having problem stemming from mod_perl executing the PerlRequire command twice during