On Thu, Nov 18, 2010 at 11:39 PM, Kevin Falcone <[email protected]> wrote: > On Thu, Nov 18, 2010 at 03:33:47PM -0500, Josh Narins wrote: >> You also need to see what is in the @INC of your running RT process. >> print join "\n", @INC, ''; > > That was in the original message > >> > 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) > > >> /opt/local/lib/perl5/site_perl/5.8.9/Log/Dispatch.pm > > You installed this with your /opt/ perl from ports > Your apache is compiled with the system perl /usr/bin/perl
It's mac_port's perl probably. So install apache and mod_perl/fastcgi from ports as well and use them. -- Best regards, Ruslan.
