<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"> Dear Users,<br><div><br><span>My new installation of RT (4.0.1) causes mod_perl to throw fatal errors when trying to restart apache.<br><br>I use Apache 2.2.11 with mod_perl 2.0.4.<br>Perl is at version 5.10.10, MySQL at 5.0.83, and I'm running Fedora 10.<br><br>I compiled RT from source, downloaded from the bestpractical main download site.<br><br>After
 I drop the apache configuration file for rt4 into the conf.d directory 
and try to start up apache, I get the following error:<br><br><span style="font-family:lucida console, sans-serif;">Deep recursion on subroutine "RT::Config::__GetNameByRef" at /opt/rt4/sbin/../lib/RT/Config.pm line 1180.</span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">Deep recursion on subroutine "RT::Config::__GetNameByRef" at
 /opt/rt4/sbin/../lib/RT/Config.pm line 1180.</span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">Deep recursion on subroutine "RT::Config::__GetNameByRef" at /opt/rt4/sbin/../lib/RT/Config.pm line 1180.</span><br style="font-family:lucida console, sans-serif;"><br>Here's the config file for rt4 (it's pretty vanilla): <br><br><span style="font-family:lucida console, sans-serif;"><VirtualHost *:8080></span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">        ### Optional apache logs for RT</span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">        # ErrorLog /opt/rt4/var/log/apache2.error</span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console,
 sans-serif;">        # TransferLog /opt/rt4/var/log/apache2.access</span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">        # LogLevel debug</span><br style="font-family:lucida console, sans-serif;"><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">        AddDefaultCharset UTF-8</span><br style="font-family:lucida console, sans-serif;"><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">        DocumentRoot "/opt/rt4/share/html</span><br style="font-family:lucida console, sans-serif;"><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">       
 <Location /></span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">            Order allow,deny</span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">            Allow from all</span><br style="font-family:lucida console, sans-serif;"><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">            SetHandler modperl</span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">            PerlResponseHandler Plack::Handler::Apache2</span><br style="font-family:lucida console, sans-serif;"><span
 style="font-family:lucida console, sans-serif;">            PerlSetVar psgi_app /opt/rt4/sbin/rt-server</span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">        </Location></span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">        <Perl></span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">            use Plack::Handler::Apache2;</span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">            Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");</span><br
 style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">        </Perl></span><br style="font-family:lucida console, sans-serif;"><span style="font-family:lucida console, sans-serif;">    </VirtualHost></span><br><br>Does anyone out there in the world wide web know a solution to this problem?<br><br>Any help would be much appreciated!<br><br>- Ryan </span></div></div></body></html>