Dear all,
Now, the problem shows with perl_module..on my apache22..
I do the installation perl_module based on this tutorial :
http://www.redantigua.com/mod_perl.html
i don't know what is wrong, the "helloworld.pl" can't run correctly on apache.. and when i insert :
and
it always shows error on httpd.error.log like this :

When i delete the option "PerlModule Apache2" and "PerlSwitches -wT", the apache can run normally..
What should i do to activate this module?
just for info, on my system has installed :
-mod_perl2-2.0.4,3
-perl-5.8.8_1
Thanks..
Now, the problem shows with perl_module..on my apache22..

I do the installation perl_module based on this tutorial :
http://www.redantigua.com/mod_perl.html
i don't know what is wrong, the "helloworld.pl" can't run correctly on apache.. and when i insert :
Code:
PerlModule Apache2
Code:
PerlSwitches -wT
it always shows error on httpd.error.log like this :
Code:
[Wed Apr 22 15:57:46 2009] [error] Can't locate Apache2.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 /usr/local) at (eval 4) line 3.\n
[Wed Apr 22 15:57:46 2009] [error] Can't load Perl module Apache2 for server www.mydomain.com:80, exiting...

When i delete the option "PerlModule Apache2" and "PerlSwitches -wT", the apache can run normally..
What should i do to activate this module?
just for info, on my system has installed :
-mod_perl2-2.0.4,3
-perl-5.8.8_1
Thanks..