<div>Hi All,<br clear="all">I am installing RT 3.5.5 om Fedora core 4 and facing some problems.</div>
<div>I have installed  following in my system</div>
<ul>
<li>RT 3.5.5</li>
<li>Apache2</li>
<li>Mod_perl 2.0.1</li>
<li>Mysql 4.1.12</li>
<li>Perl 5.8.6</li>
<li>HTML::Mason 1.3101 (except mysql all others are installed using source distributions)</li></ul>
<div>But when i try to start apache it complains "Can't locate <a href="http://Apache2.pm">Apache2.pm</a> in @INC" due to the following statement in httpd.conf</div>
<div>  PerlModule Apache2 Apache::compat</div>
<div> </div>
<div>Then I included "push(@INC, "/usr/local/lib/perl5/site_perl/5.8.6/i686-linux/Bundle");" in webmux.pl file and then it complained </div>
<div>"Can't locate Apache/compat.pm in @INC"</div>
<div> </div>
<div>then I changed line "PerlModule Apache2 Apache::compat" in httpd.conf to "PerlModule Apache2 Apache2::compat"</div>
<div>Then apache starts without any problem but when i try to access RT home page it says</div>
<div>
<p>The 'comp' parameter (undef) to HTML::Mason::Request::CGI->new() was an 'undef', which is not one of the allowed types: scalar object<br>Stack:<br>  [/usr/local/lib/perl5/site_perl/5.8.6/HTML/Mason/CGIHandler.pm:127]
<br>  [/usr/local/lib/perl5/site_perl/5.8.6/HTML/Mason/CGIHandler.pm:63]<br>  [/opt/rt3/bin/webmux.pl:123]<br>  [-e:0]<br> (/opt/rt3/bin/webmux.pl:125)<br><br>Can anyone of you guess where did i go wrong. Thanks in advance.
</p></div>
<div><br>Ravin Egodawatte </div>