[Rt-devel] RT 3.5.2

ml at charliesangels.biz ml at charliesangels.biz
Wed Jul 27 02:30:02 EDT 2005


Hullo,

I hope, this is the right list, to ask my question :) If not, please
accept my apology. I have been trying to install RT 3.5.2 but miserably
failed.

Here ist what I did:

1) Installed httpd-2.0.54 from source
2) Dynamically Linked mod_perl-2.0-current
3) Installed HTML-Mason-1.29_02
4) Install RT with the following Virtual Host:

<VirtualHost 127.0.0.1>
    ServerName rt.127.0.0.1
    DocumentRoot /opt/rt3/share/html
    AddDefaultCharset UTF-8

    PerlModule Apache::DBI
    PerlRequire /opt/rt3/bin/webmux.pl

    <Location />
     SetHandler perl-script
     PerlHandler RT::Mason
     PerlHandler HTML::Mason::ApacheHandler
    </Location>
</VirtualHost>

Now when I try to start the Webserver with
"/opt/httpd/prefork/bin/apachectl start" I get following entry in the
error_log:

[Wed Jul 27 08:09:43 2005] [error] Can't locate object method
"menu_item" via package "Apache::Status" (perhaps you forgot to load
"Apache::Status"?) at
/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line
342.\nCompilation failed in require at
/opt/rt3/lib/RT/Interface/Web/Handler.pm line 147.\nCompilation failed
in require at (eval 2) line 1.\n
[Wed Jul 27 08:09:43 2005] [error] Can't load Perl file:
/opt/rt3/bin/webmux.pl for server rt.127.0.0.1:0, exiting...


I would appreciate some help, here.

Thanks and regards
Sascha


More information about the Rt-devel mailing list