Rt error

Hi,

I have installed RT 3.0.4 on FreBSD 5.1 (Digital 500a), apache2 , mysql
2.0.4; when I try to start the web server I receive this error:

[Thu Sep 25 16:59:31 2003] [error] Global $r object is not available.
Set:
PerlOptions +GlobalRequest
in httpd.conf at
/usr/local/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line
579.
Compilation failed in require at (eval 6) line 1.

[Thu Sep 25 16:59:31 2003] [error] Can’t load Perl file:
/usr/local/rt3/bin/webmux.pl for server rt-ca.fi.infn.it:0, exiting…

My httpd.conf is:



ServerName rt-ca.fi.infn.it
DocumentRoot /usr/local/rt3/share/html
AddDefaultCharset UTF-8
ErrorLog /usr/local/rt3/var/log/rt_errorlog

# this line applies to Apache2+mod_perl2 only
PerlModule Apache2 Apache::compat

PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl

 # this section applies to Apache2+mod_perl2 only
<FilesMatch "\.html$">
    SetHandler perl-script
    PerlHandler RT::Mason
</FilesMatch>
<LocationMatch "/Attachment/">
    SetHandler perl-script
    PerlHandler RT::Mason
</LocationMatch>
<LocationMatch "/REST/">
    SetHandler perl-script
    PerlHandler RT::Mason
</LocationMatch>     

How can I do?

Thanks in advance

Francesca Del Corso

INFN- Sez. Firenze
http://www.fi.infn.it