[rt-users] RT Rights Matrix install issue

Todd Chapman todd at chaka.net
Tue Nov 8 17:27:09 EST 2005


On Tue, Nov 08, 2005 at 04:28:49PM -0500, Joseph Micciche wrote:
> <I hope this is appropriate to post to this list>
> 
> When attempting install of RT Rights Matrix, I'm prompted for the location
> of RT.pm. I input the path - in our case, /usr/local/rt/lib - and get
> prompted again. The install script never accepts the path.
> 
> RTHOME=/usr/local/rt perl Makefile.pl
> 
> or
> 
> RTHOME=/usr/local/rt perl Makefile.pl
> 
> both result in
> 

Both of those are the same and are both wrong. Try:

RTHOME=/usr/local/rt perl Makefile.PL

If that is what you tried you might have a permissions issue.
To test that try:

perl -I/usr/local/rt/lib -MRT -e 0


-Todd



More information about the rt-users mailing list