Title: RT 3.6 apache start error: Can't locate Apache2.pm in @INC

Hello,

I am installing RT 3.6 on fedora core 5 and having some problems starting Apache 2. Following the FedoraCore4InstallationGuide I added the following VirtualHost section to the httpd.conf:

<VirtualHost your.ip.address>
   ServerName your.rt.server.hostname
   DocumentRoot /opt/rt3/share/html
   AddDefaultCharset UTF-8

   # this line applies to Apache2+mod_perl2 only
   PerlModule Apache2 Apache::compat

   PerlModule Apache::DBI
   PerlRequire /opt/rt3/bin/webmux.pl

   <Location />
       SetHandler perl-script
       PerlHandler RT::Mason
   </Location>
</VirtualHost>

but after this apache fails to start, giving the error:  Can't locate Apache2.pm in @INC
I am not expert at all in configuring Apache and the mod_perl, anyone can help me with this issue?
Thank you,
Gabriele


_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


We're hiring! Come hack Perl for Best Practical: 
http://bestpractical.com/about/jobs.html

Reply via email to