<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000080>I was trying to reinstall RT so that it can run on 
apache2 with mod_perl 2 on a FreeBSD machine. I am getting the following error 
on restarting the apache Daemon:</FONT></DIV>
<DIV><FONT color=#000080></FONT> </DIV>
<DIV><FONT face=Arial color=#000080 size=2><EM>[Tue Apr 18 11:41:14 2006] 
[error] Can't locate Apache2.pm in @INC (@INC contains: /opt/rt3/local/lib 
/opt/rt3/lib /usr/local/lib/perl5/site_perl/5.8.6/mach </EM></FONT><FONT 
face=Arial color=#000080 size=2><EM>/usr/local/lib/perl5/site_perl/5.8.6 
</EM></FONT></DIV>
<DIV><FONT face=Arial color=#000080 size=2><EM>/usr/local/lib/perl5/site_perl 
</EM></FONT><FONT face=Arial color=#000080 
size=2><EM>/usr/local/lib/perl5/5.8.6/BSDPAN /usr/local/lib/perl5/5.8.6/mach 
</EM></FONT></DIV>
<DIV><FONT face=Arial color=#000080 size=2><EM>/usr/local/lib/perl5/5.8.6 . 
/usr/local/apache2) at (eval 197) line 3.\n</EM></FONT></DIV>
<DIV><FONT color=#000080></FONT> </DIV>
<DIV><FONT color=#000080>I had modified the httpd.conf by adding these 
lines</FONT></DIV>
<DIV><FONT color=#000080></FONT> </DIV>
<DIV><FONT color=#000080><FONT face=Arial size=2><EM> <VirtualHost 
194.133.122.58>        
<BR>     ServerName coc.telone.co.zw     
<BR>     ServerAdmin </EM></FONT><A 
href="mailto:sgapu@telone.co.zw"><FONT face=Arial 
size=2><EM>sgapu@telone.co.zw</EM></FONT></A><FONT face=Arial size=2><EM>  
<BR>     Alias /rt3 
"/opt/rt3/share/html"<BR>     PerlModule 
Apache::DBI<BR>     PerlModule Apache2 Apache::compat 
<BR>     PerlRequire 
/opt/rt3/bin/webmux.pl<BR>     <Directory 
/opt/rt3/share/html><BR>        
AllowOverride All<BR>        Options ExecCGI 
FollowSymLinks<BR>        <IfModule 
mod_access.c><BR>              
Order allow,deny<BR>           
Allow from all<BR>        
</IfModule><BR>     
</Directory></EM></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><EM></EM></FONT> </DIV>
<DIV><FONT face=Arial color=#000080 size=2><EM>     
<Location /rt3><BR>#       RewriteEngine 
On<BR>        RedirectMatch permanent (.*)/$ 
$1/index.html<BR>        AddDefaultCharset 
UTF-8<BR>        SetHandler 
perl-script<BR>        PerlHandler 
RT::Mason<BR>     </Location> <BR>    
ErrorLog 
logs/coc.telone.co.zw-errors         
<BR>#   CustomLog logs/dummy-host.example.com-access_log 
common<BR> </VirtualHost></EM></FONT></DIV>
<DIV>
<P style="FONT-SIZE: 12px; COLOR: #3300cc; FONT-FAMILY: Bookman Old Style"><FONT 
color=#000080 size=3>Can anyone assist?????????</FONT></P>
<P style="FONT-SIZE: 12px; COLOR: #3300cc; FONT-FAMILY: Bookman Old Style">Kind 
regards, </P>
<P> </P>
<H1 
style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #6600ff; FONT-FAMILY: Monotype Corsiva">Sternford 
Gapu </H1></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000080 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=steffen@forskernet.dk href="mailto:steffen@forskernet.dk">Steffen 
  Poulsen</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=knoezi@knoezi.homedns.org 
  href="mailto:knoezi@knoezi.homedns.org">Thomas Knoezinger</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Cc:</B> <A 
  title=rt-users@lists.bestpractical.com 
  href="mailto:rt-users@lists.bestpractical.com">rt-users@lists.bestpractical.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, April 06, 2006 3:49 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [rt-users] Problem creating 
  initial rt3 database in mysql,DBD::mysql::db prepare warning:</DIV>
  <DIV><BR></DIV>Installing an earlier version of DBD-mysql got me past the 
  login screen<BR>- hope this issue won't cause any surprises later on! 
  :-)<BR><BR># emerge -p --oneshot =DBD-mysql-3.0002<BR><BR>// 
  Steffen<BR><BR>Thomas Knoezinger wrote:<BR><BR>>Hello 
  Steffen,<BR>><BR>>have the same issue. Tested with debian with out this 
  issue. Seems to be a <BR>>gentoo only issue. You can find some email about 
  this issue. I have no idea <BR>>till now.<BR>>Even last comment to try 
  running apache with mpm_worker is not solving the 
  <BR>>issue.<BR>><BR>>Thanks,<BR>>Thomas<BR>><BR>>On Thursday 
  06 April 2006 13:44, Steffen Poulsen wrote:<BR>>  
  <BR>><BR>>>Thomas Knoezinger wrote:<BR>>>    
  <BR>>><BR>>>>P.S: Please let me know if you installation of rt 
  is eating a lot of<BR>>>>memory even for prompting login 
  page.<BR>>>>      
  <BR>>>><BR>>>Seems like it's finally getting to run, after 
  mason was compiled for<BR>>>modperl support 
  :-)<BR>>><BR>>>But you're right, it only managed to show the 
  login-page once -<BR>>>subsequent requests just puts this in apache 
  error log:<BR>>><BR>>>Out of memory!<BR>>>Callback called 
  exit.<BR>>><BR>>>Any ideas?<BR>>><BR>>>// Steffen, 
  Denmark<BR>>>    
  <BR>>><BR><BR>_______________________________________________<BR><A 
  href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</A><BR><BR>Community 
  help: <A 
  href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</A><BR>Commercial 
  support: <A 
  href="mailto:sales@bestpractical.com">sales@bestpractical.com</A><BR><BR><BR>Discover 
  RT's hidden secrets with RT Essentials from O'Reilly Media. <BR>Buy a copy at 
  <A 
  href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</A><BR><BR><BR>We're 
  hiring! Come hack Perl for Best Practical: <A 
  href="http://bestpractical.com/about/jobs.html">http://bestpractical.com/about/jobs.html</A></BLOCKQUOTE></BODY></HTML>