RTFM Install error

Hello,
I am trying to install the RT-Faq manager plugin and when running make
install I recieve the following error.

mkdir /usr/bin/perl -e'require "/opt/rt3/etc/RT_Config.pm"; print ${$RT::{$ARGV[0]}};' "MasonLocalComponentRoot"/RTFM
Undefined subroutine &RT::Set called at /opt/rt3/etc/RT_Config.pm line
27.

I have tried pointing this to my RT_SiteConfig.pm as well with the same
result.
Additionally, there is nothing actually at line 27.

I am running RedHat 7.3 with RT3.

Any clues would be helpfull.

Thanks,
-Don McCallum
mccallum@nemsys.com

Hello,
It looks like I encountered a similar error as Donald did, upon trying to
install RTFM, as you can see below.
Anyone having an idea how to get this straightened? I didn’t see a reply yet
on Donalds mail.
These are the only 2 modifications I performed in the Mafile:
CONFIG_FILE_PATH = /usr/local/rt3/etc
CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm
Looking forward for help, and thanking in advance,
Lieven

make install

cp -rvp lib/* /usr/bin/perl - e'require "/usr/local/rt3/etc/RT_SiteConfig.pm"; print ${$RT::{$ARGV [0]}};' "LibPath"
Undefined subroutine &RT::Set called at /usr/local/rt3/etc/RT_SiteConfig.pm
line 27.
Compilation failed in require at -e line 1.

Hello,
I am trying to install the RT-Faq manager plugin and when running make
install I recieve the following error.
�
mkdir /usr/bin/perl -e'require "/opt/rt3/etc/RT_Config.pm"; print ${$RT:: {$ARGV[0]}};' "MasonLocalComponentRoot"/RTFM
Undefined subroutine &RT::Set called at /opt/rt3/etc/RT_Config.pm line 27.

I have tried pointing this to my RT_SiteConfig.pm as well with the same
result.