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/piranha2/sasan/PERL/Apache/Constants.pm line 8.! two thing. first, it's Apache::Const in mod_perl 2.0, not Apache::Constants. second, you'll probably need to add PerlModule Apache2 to your httpd.conf, since you have both 1.0 and 2.0 installed. HTH --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html