> 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 startup. Try upgrading to mod_perl 1.26, which fixes this bug. - Perrin
- Compiling with RegistryLoader Kostas Lykourgiotis
- Perrin Harkins