Re: cannot LoadModule mod_perl on apache2.2

2009-04-22 Thread Jeff Zhuk
Andre and Randy,   thank you for your advice. I re-installed active perl 5.8.9 and this fixed the starting apache problem:  Apache started OK with mod_perl   I still face the problem of running perl scripts.   When I point the browser to my 2 line test.pl, the browser opens the Download File dialo

Re: PerlIO :APR / apr_file_open() flag issue

2009-04-22 Thread Marc Adkins
So are there no work-arounds for this? I notice that there seems to be only the PerlIO interface to the APR file I/O functionality. If there was a more direct Perl API (wherein I could pass the flags I want) this wouldn't be an issue. Philippe M. Chiasson wrote: On 20/04/09 19:59 , Marc Adk

Re: config? internal_redirect wants internal_re.al

2009-04-22 Thread Mark Copper
Thank you. Adding "use Apache2::SubRequest ();" to my startup.pl solves the problem, and it explains the divergent behavior between the two virtual hosts. Mark On Wed, Apr 22, 2009 at 09:03:50AM -0400, Adam Prime wrote: > Mark Copper wrote: > >Hi, > > > >I'm getting the following error in respon

Re: config? internal_redirect wants internal_re.al

2009-04-22 Thread Adam Prime
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 @INC which, of course, it won't since, on my Debian Lenny system, /usr/lib/perl5/auto/Apache2 doesn't even have a