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
       #======Begin Added by CN for RT Installation
        Alias /rt "/opt/rt3/share/html"
        AddDefaultCharset UTF-8

        # optional apache logs for RT
        # ErrorLog /opt/rt3/var/log/apache2.error
        # TransferLog /opt/rt3/var/log/apache2.access

        PerlRequire "/opt/rt3.8/bin/webmux.pl"

        <Location /NoAuth/images>
                SetHandler default
        </Location>
        <Location />
                SetHandler perl-script
                PerlResponseHandler RT::Mason
         </Location>
       #======End Added by CN for RT Installation

And this is the error I get:
Syntax error on line 51 of /etc/apache2/sites-enabled/000-default:
Invalid command 'PerlRequire', perhaps misspelled or defined by a module not
included in the server configuration

I changed that line to point to my install (in /opt/rt3.8/) but other than
that, it's right from the readme file.

FWIW, perl -v produces:
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi

Thanks!
-Chris
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to