[rt-users] timeworked.pl requires every extension lib to be added?
Kevin Falcone
falcone at bestpractical.com
Mon Sep 28 13:33:43 EDT 2009
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090928/42901ada/attachment.sig>
More information about the rt-users
mailing list