We have an old instillation of RT 3.4.2, but it was a VM given to us many years ago and there are things broken on the underlying Debian. So, instead of working hard to fix everything and then upgrade, we decided to start from scratch and build a new VM.<br>
<br>I got 3.8.7 up and running on an Ubuntu 9.04 "box" with the LDAP add-on working. We really need something that handles our inventory integrated into our ticketing system, so we were going to try AssetTracker out.<br>
<br>From some of the posts on the AT google site, it sounds like only 1.2.4b1 works with RT 3.8.x. got it downloaded and configured (we didn't do the patch mentioned in the README since posts I saw said it wan't needed) but when we try make install, we get the following error:<br>
<br>[crit]: Can't locate object method "ACLEquivalenceObjects" via package "RTx::AssetTracker::System" at /opt/rt3/lib/RT/Principal_Overlay.pm line 327, <DATA> line 323. (/opt/rt3/lib/RT.pm:379)<br>
Can't locate object method "ACLEquivalenceObjects" via package "RTx::AssetTracker::System" at /opt/rt3/lib/RT/Principal_Overlay.pm line 327, <DATA> line 323.<br><br>The only similar thing I found about this was in the archives for this list saying to add to<br>
<br><pre>sub ACLEquivalenceObjects { return () }<br><br>to <br>/opt/rt3/local/lib/RTx/AssetTracker/System.pm ( actually /opt/rt3/lib/RTx/AssetTracker/System.pm on our system)<br><br>and restart apache.<br><br>Did this and no luck. I'm out of my depth here, so any help would be appreciated.<br>
<br>Thanks,<br>Martin<br><br><br>Martin Brenner<br>Head Librarian<br>Whitfield School<br>175 S Mason Rd<br>St. Louis MO 63141<br></pre>