Perrin Harkins <[EMAIL PROTECTED]> wrote: > Well, we know there's nothing wrong with HTTP::Request on CPAN, so > either you have a messed up copy of it there (no idea why this would > happen), or something is wrong with your system at a pretty low level. > Possible problems include compiling mod_perl against a different Perl > than the one currently installed on the system, or something at an OS > level. > > Can you try this on another system? That would tell you whether or not > there is truly anything wrong with the code, or if you should be looking > at reinstalling this system.
I'm going to test this extensively this weekend if I get the time, including testing it on another system. Unfortuantely the other system is also perl 5.6.7, httpd 2.0.55, linux 2.6, so if I get the same problems more testing will be neccessary... The problem is with compiling code after the apache server has already started (ModPerl::Registry, maybe eval qq{} as well, not sure); if I compile everything during the startup phase, everything's happy. - Tyler