[rt-users] RT::Mason not in @INC
johnstucki at yahoo.com
johnstucki at yahoo.com
Fri Dec 14 19:01:35 EST 2001
Solaris 8
RT 2.0.9
mysql & apache & mod_perl - all the very latest versions
Mason works for other configs but not for this one:
<VirtualHost xxx.xx.xxx.xx>
DocumentRoot /opt/rt2/WebRT/html
ServerName rt2.stern.nyu.edu
PerlSetVar MasonCompRoot /opt/rt2
PerlSetVar MasonDataDir /usr/local/www/mason
PerlModule HTML::Mason::ApacheHandler
PerlModule Apache::DBI
PerlFreshRestart On
PerlRequire /opt/rt2/bin/webmux.pl
<Location />
PerlRequire /opt/rt2/bin/webmux.pl
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
checking further & testing by hand I found "PerlHandler RT::Mason" is my
problem cuz RT::Mason is not within @INC, its in /opt/rt2/bin/webmux.pl
which even though I got "PerlRequire /opt/rt2/bin/webmux.pl" still
doesn't work.
HELP
Thanks.
P.S> is RT2 a beta or is it stable?
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
More information about the rt-users
mailing list