[rt-users] installing RT3.2 at fedora Core 1
Max Bowsher
maxb at ukf.net
Sat Jul 31 15:09:51 EDT 2004
issa rabba' wrote:
> i had installed RT3.2 at fedora core 1 at apache 1 with mod perl 1
>
> when i tried to install it with apache 2 and mod perl 2 i got this error
> when starting httpd server
>
> [Sat Jul 31 20:50:10 2004] [error] [client 192.116.14.2]
> Can't lo cate RT/Mason.pm in @INC (@INC contains:
In httpd.conf, immediately after your
"PerlRequire .../webmux.pl" line,
add the following:
<Perl>
$INC{'RT/Mason.pm'} = 1;
</Perl>
Max.
More information about the rt-users
mailing list