Mark Copper wrote:
Hi,I'm getting the following error in response to a call to internal_redirect of Apache2::SubRequest: Can't locate auto/Apache2/Request/internal_re.al in @INCwhich, of course, it won't since, on my Debian Lenny system, /usr/lib/perl5/auto/Apache2doesn't even have a Request subdirectory.
The only time i've seen an error like that was when i had not put "use Apache2::Whatever" into my code or my startup.pl. Does your code have that?
Adam