[rt-users] timeworked.pl requires every extension lib to be added?

Allen allen+rtlist at crystalfontz.com
Mon Sep 28 12:53:54 EDT 2009


>
> 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

A



More information about the rt-users mailing list