Error during compilation of /opt/rt3/share/html/Tools/Offline.html

Error when I click Tools in RT web browser

error: Error during compilation of /opt/rt3/share/html/Tools/Offline.html:
Weak references are not implemented in the version of perl at
/opt/rt3/lib/RT/Action/Generic.pm line 70
BEGIN failed–compilation aborted at /opt/rt3/lib/RT/Action/Generic.pm line
70.

I upgraded from Perl 5.8.0 to 5.8.5 prior to RT installation. Did i miss
someting or is it an issue w/ the version itself?

Error when I click Tools in RT web browser

error: Error during compilation of /opt/rt3/share/html/Tools/Offline.html:
Weak references are not implemented in the version of perl at
/opt/rt3/lib/RT/Action/Generic.pm line 70
BEGIN failed–compilation aborted at /opt/rt3/lib/RT/Action/Generic.pm line
70.

I upgraded from Perl 5.8.0 to 5.8.5 prior to RT installation. Did i miss
someting or is it an issue w/ the version itself?

A little bit of googling goes a long way
http://64.233.161.104/search?q=cache:S-jANdTEEB0J:www.xmltwig.com/xmltwig/XML-Twig-FAQ.html+Weak+references+are+not+implemented+in+the+version+of+perl+at&hl=en

I have seen this reference to reinstalling, and I have installed the latest
Scalar::Util module by hand. Actually had to do this to solve some other
issues I had, but I still get the error below.>On Thu, Jan 06, 2005 at 03:04:46PM -0500, Mathew Walker wrote:

Error when I click Tools in RT web browser

error: Error during compilation of
/opt/rt3/share/html/Tools/Offline.html:
Weak references are not implemented in the version of perl at
/opt/rt3/lib/RT/Action/Generic.pm line 70
BEGIN failed–compilation aborted at /opt/rt3/lib/RT/Action/Generic.pm
line
70.

I upgraded from Perl 5.8.0 to 5.8.5 prior to RT installation. Did i
miss
someting or is it an issue w/ the version itself?

A little bit of googling goes a long way
http://64.233.161.104/search?q=cache:S-jANdTEEB0J:www.xmltwig.com/xmltwig/XML-Twig-FAQ.html+Weak+references+are+not+implemented+in+the+version+of+perl+at&hl=en

Well, the problem went away after I decided I’d restart from scratch. Not
sure what I did but some of the items included:

  • Re-installing perl 5.8.5 from source
  • Re-installing latest apache2 from source
  • Re-installing latest mod_perl from source

All seems to work now. Time to play.

and of course I installed RTFM and it broke again. I’m really confused as
to what is happening…