[rt-users] Error after installation
Alesh Mustar
alesh at sportina.si
Tue Nov 6 08:20:03 EST 2001
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:
> 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
>
More information about the rt-users
mailing list