<div>I just installed rt-3.8.8 on Mac OS X Server 10.6.5. Installation went smooth enough, but when I edited the VirtualHost entry in /etc/apache2/sites/0000_any_80_.conf and added the line "PerlRequire /opt/rt3/bin/<a href="http://webmux.pl" target="_blank">webmux.pl</a>" Apache would crash at startup.</div>

<div><br></div><div><br></div><div>Here is the error from the WebServer error log:</div><div>Can't locate Log/Dispatch.pm in @INC (@INC contains: /opt/rt3/bin/../local/lib /opt/rt3/bin/../lib /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 . /usr) </div>

<div>at  /opt/rt3/bin/../lib/RT.pm line 222.</div><div>BEGIN failed--compilation aborted at /opt/rt3/bin/../lib/RT.pm line 222.</div><div>Compilation failed in require at /opt/rt3/bin/<a href="http://webmux.pl" target="_blank">webmux.pl</a> line 136.</div>

<div>Compilation failed in require at (eval 2) line 1.</div><div>Can't load Perl file: /opt/rt3/bin/<a href="http://webmux.pl" target="_blank">webmux.pl</a> for server <a href="http://testserver.com:0" target="_blank">testserver.com:0</a>, exiting...</div>

<div><br></div><div><br></div><div>I looked at line 222 of /opt/rt3/lib/RT.pm and here is what it says:</div><div>use Log::Dispatch 1.6;</div><div><br></div><div><br></div><div>But CPAN says my Log::Dispatch version is 2.27.</div>

<div><br></div><div>Can anyone tell me what I need to do? I tried to downgrade Log::Dispatch but I couldn't see any way of doing that with CPAN. When I comment out the PerlRequire line ReportTracker says I haven't configured mod_perl or fastcgi properly.</div>

<div><br></div><div><br></div><div>Thanks,</div><div>Alex</div>