[Rt-devel] RT 3.8 beta 2 now available

Gavin Henry ghenry at perl.me.uk
Thu May 8 06:09:39 EDT 2008


Hi,

I've just finished installing this on Centos 5.1 with the following built
from source:

PostgreSQL 8.3.1
Perl 5.10.0
mod_perl 2.0.4

so I can show some screenshots at http://blog.suretecsystems.com

But I'm getting:

[Thu May 08 11:02:59 2008] [error] Couldn't load RT config file
RT_SiteConfig.pm:\n\nNot a GLOB reference at /opt/rt3/lib/RT/Config.pm
line 555.\nCompilation failed in require at /opt/rt3/lib/RT/Config.pm line
306.\nBEGIN failed--compilation aborted at /opt/rt3/bin/webmux.pl line
92.\nCompilation failed in require at (eval 2) line 1.\n

[Thu May 08 11:02:59 2008] [error] Can't load Perl file:
/opt/rt3/bin/webmux.pl for server rt.localhost:0, exiting...


Config is just what "make install" provides for RT and Apache config is:

cat /etc/httpd/conf.d/perl.conf
LoadModule perl_module modules/mod_perl.so

<VirtualHost *:80>
    ServerName rt.localhost

    DocumentRoot /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/bin/webmux.pl"

    <Location /NoAuth/images>
        SetHandler default
    </Location>
    <Location />
        SetHandler perl-script
        PerlResponseHandler RT::Mason
    </Location>
</VirtualHost>

as per README.

Tips?

Gavin.


More information about the Rt-devel mailing list