[rt-users] RT 3.6 apache start error: Can't locate Apache2.pm in @INC

Valerio, Gabriele [Nervianoms] Gabriele.Valerio at nervianoms.com
Thu Jul 20 06:04:16 EDT 2006


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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060720/e5cf8fab/attachment.htm>


More information about the rt-users mailing list