[rt-users] AT 1.2.4b1 with RT 3.8.4 install fails Can't locate object method "ACLEquivalenceObjects" via package "RTx::AssetTracker::System"

Natxo Asenjo natxo.asenjo at gmail.com
Thu Sep 3 03:25:38 EDT 2009


hi,
I have been documenting my findings with AT and this problem is solved like
this:

Creating types...[Tue Jul 21 19:51:34 2009] [crit]: Can't locate object
method
"ACLEquivalenceObjects" via package "RTx::AssetTracker::System" at
/opt/rt3/lib/RT/Principal_Overlay.pm line 327, <SCHEMA> line 78.
(/opt/rt3/lib/RT.pm:377)
Can't locate object method "ACLEquivalenceObjects" via package
"RTx::AssetTracker::System" at /opt/rt3/lib/RT/Principal_Overlay.pm line
327,
<SCHEMA> line 78.
make: *** [initdb] Error 255

What we need is to edit this file:
/opt/rt3/local/lib/RTx/AssetTracker/System.pm

replace /opt/rt3/local/ with your path for rt-local during the configure
step.

Add at the end of the file, but right before the last line that only has '1'
in it, this line:

sub ACLEquivalenceObjects { return () };

-- 
Groeten,
J.Asenjo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090903/d37d6a1e/attachment.htm>


More information about the rt-users mailing list