That leading double slash (//var/...) causes your problems. I think it's in lib/RT.pm, you can fix it by hand. Also, 3.8.3rc2 should handle such things fine.
On Fri, May 22, 2009 at 9:04 PM, Woody - Wild Things <[email protected]> wrote: > Hello, > > I've installed RTFM (RTFM-2.4.1,RT-3.8.1), using > > perl Makefile.PL (and path /var/www/mysite/lib as path to RT.pm) > > all goes fine, until i add > > Set (@plugins,'RT::FM"); > > and then i get: > > [error] Can't locate RT/FM.pm in @INC (@INC contains: > //var/www/mysite/local/lib //var/www/mysite/lib > /var/www/mysite/bin/../local/lib /var/www/mysite/bin/../lib etc.... > > In system configuration I have > > RT::LocalPluginPath /var/www/mysite/local/plugins > > but FM.pm is in /var/www/mysite/local/plugins/RT-FM/lib/RT/FM.pm > > is that correct? > > thanks > > Woody. > > _______________________________________________ > 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 > -- Best regards, Ruslan. _______________________________________________ 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
