On Mon, Sep 28, 2009 at 09:53:54AM -0700, Allen wrote: > > > > My original line pointed only to the root install of RT: /u/rtweb/rt38/ > > lib in this case. > > > > I also have a lot of plugins and this is the "use lib" line that was > needed to cover them all: > > use lib qw(/usr/local/share/request-tracker3.8/lib > /usr/share/request-tracker3.8/lib); > > > That is for Ubuntu Server, where RT is installed by "apt-get" in > /usr/share/request-tracker3.8/ and the "local" customizations, > including plugins, are under /usr/local/share/request-tracker3.8
If you want RT::Init() RT::LoadCOnfig() to load your plugins, you do need to add the local lib to your use lib or RT won't pick up the plugin lib paths. -kevin
pgpRkxkhgiXxA.pgp
Description: PGP signature
_______________________________________________ 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
