On 09/12/15 14:37, Samarco, Paul wrote: > /opt/rt3/local/plugins/RTx-WorkflowBuilder# bin/rt-workflow --create > TestQueue TestQueue-Approval > Can't locate RTx/WorkflowBuilder.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 > /usr/local/lib/site_perl .) at bin/rt-workflow line 5. > BEGIN failed--compilation aborted at bin/rt-workflow line 5.
The error message lists your @INC paths; your RT library path is not included. Does the following work any better for you? PERL5LIB=/opt/rt3/lib:$PERL5LIB bin/rt-workflow --create TestQueue TestQueue-Approval Shawn _______________________________________________ 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
