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
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [email protected]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to