Sasan Dashtinezhad wrote:
> Perl: 5.8.0
> Apache: 2.0.40
> mod_perl: I couldn't find the version, but it's dated Sep 3 2002, and
> the size is 136226.
with Apache 2.0 you need mod_perl > 1.99 (aka mod_perl 2.0).
>> [error] Can't locate object method "boot" via package "mod_perl" at
>> /fs/pir
Apache::Constants version = 1.09
--Sasan
Gedanken wrote:
On Thu, 19 Feb 2004, Sasan Dashtinezhad wrote:
What are the version numbers/info for the mod_perl and apache and other
packages you are working with?
gedanken
I ahve a piece of code that tries to use Apache::Constants through
use A
Perl: 5.8.0
Apache: 2.0.40
mod_perl: I couldn't find the version, but it's dated Sep 3 2002, and
the size is 136226.
--Sasan
Gedanken wrote:
On Thu, 19 Feb 2004, Sasan Dashtinezhad wrote:
What are the version numbers/info for the mod_perl and apache and other
packages you are working with?
On Thu, 19 Feb 2004, Sasan Dashtinezhad wrote:
What are the version numbers/info for the mod_perl and apache and other
packages you are working with?
gedanken
I ahve a piece of code that tries to use Apache::Constants through
use Apache::Constants qw( REDIRECT );
But when this code is ru