hi,<div><br></div><div>I have been documenting my findings with AT and this problem is solved like this:</div><div><br></div><div>Creating types...[Tue Jul 21 19:51:34 2009] [crit]: Can't locate object method</div><div>
"ACLEquivalenceObjects" via package "RTx::AssetTracker::System" at</div><div>/opt/rt3/lib/RT/Principal_Overlay.pm line 327, <SCHEMA> line 78.</div><div>(/opt/rt3/lib/RT.pm:377)</div><div>Can't locate object method "ACLEquivalenceObjects" via package</div>
<div>"RTx::AssetTracker::System" at /opt/rt3/lib/RT/Principal_Overlay.pm line 327,</div><div><SCHEMA> line 78.</div><div>make: *** [initdb] Error 255</div><div><br></div><div>What we need is to edit this file: /opt/rt3/local/lib/RTx/AssetTracker/System.pm</div>
<div><br></div><div>replace /opt/rt3/local/ with your path for rt-local during the configure step.</div><div><br></div><div>Add at the end of the file, but right before the last line that only has '1' in it, this line:</div>
<div><br></div><div>sub ACLEquivalenceObjects { return () };</div><div><br></div><div>-- <br>Groeten,<br>J.Asenjo<br>
<br><br></div>