[rt-users] RTx::WorkflowBuilder - unable to run rt-workflow

Shawn M Moore sartak at bestpractical.com
Tue Dec 15 14:52:44 EST 2009


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



More information about the rt-users mailing list