Error after installation

Hi,

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

In the docs is said to include this in the httpd.conf:

DocumentRoot /path/to/rt2/WebRT/html
ServerName your.rt.server.hostname
PerlModule Apache::DBI
PerlFreshRestart On
PerlRequire /path/to/rt2/bin/webmux.pl

SetHandler perl-script
PerlHandler RT::Mason

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 -

What exactly did you put in httpd.conf? Copy & paste.

What does make testdeps say?

Also, what does in tools dir of the installation perl testdeps -warn
mysql say?

Regards,
A.

Volker Kroll wrote: