<div dir="ltr">How do I install that?<br><br><br><div class="gmail_quote">On Fri, Sep 12, 2008 at 9:29 AM, Curtis Bruneau <span dir="ltr"><<a href="mailto:curtisb@vianet.ca">curtisb@vianet.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Looks like mod_perl2 isn't installed.<br>
<br>
Curtis<br>
<br>
Chris Nelson wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
I have been running a fresh install of RT 3.8.1 on Ubuntu 8.04. I've made it successfully to the configuring of Apache2. I added this to /etc/apache2/sites-enabled/000-default<br>
       #======Begin Added by CN for RT Installation<br>
        Alias /rt "/opt/rt3/share/html"<br>
        AddDefaultCharset UTF-8<br>
<br>
        # optional apache logs for RT<br>
        # ErrorLog /opt/rt3/var/log/apache2.error<br>
        # TransferLog /opt/rt3/var/log/apache2.access<br>
<br>
        PerlRequire "/opt/rt3.8/bin/webmux.pl"<br>
<br>
        <Location /NoAuth/images><br>
                SetHandler default<br>
        </Location><br>
        <Location /><br>
                SetHandler perl-script<br>
                PerlResponseHandler RT::Mason<br>
         </Location><br>
       #======End Added by CN for RT Installation<br>
<br>
And this is the error I get:<br>
Syntax error on line 51 of /etc/apache2/sites-enabled/000-default:<br>
Invalid command 'PerlRequire', perhaps misspelled or defined by a module not included in the server configuration<br>
<br>
I changed that line to point to my install (in /opt/rt3.8/) but other than that, it's right from the readme file.<br>
<br>
FWIW, perl -v produces:<br>
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi<br>
<br>
Thanks!<br>
-Chris<br></div></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
<a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users" target="_blank">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a><br>
<br>
Community help: <a href="http://wiki.bestpractical.com" target="_blank">http://wiki.bestpractical.com</a><br>
Commercial support: <a href="mailto:sales@bestpractical.com" target="_blank">sales@bestpractical.com</a><br>
<br>
<br>
Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at <a href="http://rtbook.bestpractical.com" target="_blank">http://rtbook.bestpractical.com</a><br>
</blockquote>
<br>
</blockquote></div><br></div>