I 'think' it would be
sudo apt-get install libapache2-mod-perl2 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Nelson Sent: Friday, September 12, 2008 9:38 AM To: Curtis Bruneau Cc: [email protected] Subject: Re: [rt-users] Can't Restart Apache2 on fresh install of Ubuntu8.04 and RT 3.8.1 How do I install that? On Fri, Sep 12, 2008 at 9:29 AM, Curtis Bruneau <[EMAIL PROTECTED]> wrote: Looks like mod_perl2 isn't installed. Curtis Chris Nelson wrote: 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
_______________________________________________ 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
