[rt-users] Error after installation

Volker Kroll volker.kroll at 4mino.de
Tue Nov 6 07:20:39 EST 2001


Hi,

found rt yesterday and wanted to install it in my company. After 
recompiling Apache with mod_perl and installation of many ;-) modules
apache started correct. 

In the docs is said to include this in the httpd.conf:
<VirtualHost your.ip.address>
DocumentRoot /path/to/rt2/WebRT/html
ServerName your.rt.server.hostname
PerlModule Apache::DBI
PerlFreshRestart On
PerlRequire /path/to/rt2/bin/webmux.pl
<Location />
SetHandler perl-script
 PerlHandler RT::Mason
</Location>
</VirtualHost>

But it seems that it has to be called 

PerlHandler HTML::Mason
and you have to include 
PerlModule HTML::Mason

Is this correct or, where can I find the RT::Mason Module
I searched in the docs and the lib dir but didn't find anything

The Error in my errorlog of Apache is:

[Tue Nov  6 13:10:32 2001] [error] Undefined subroutine
&HTML::Mason::handler called.

So I cannnot use anything

Perhaps someone has a hint, where to find the information
Thanks in advance
Volker Kroll
-- 
Volker Kroll 				Chief System Developer
4mino AG 				Berlin - GERMANY -






More information about the rt-users mailing list