Hi all,
I'm having a weird problem with INC when I try to compile a GenericInterface 
module.

I have to make an Invoker and I've been playing with the Test invoker. OTRS 
gave errors and I tried to compile with perl and gives the following error.

$ perl -I /opt/otrs/ -c /opt/otrs/Kernel/GenericInterface/Invoker/Test/Test.pm
Can't locate IO/Interactive.pm in @INC (you may need to install the 
IO::Interactive module) (@INC contains: 
/opt/otrs/Kernel/GenericInterface/Invoker/Custom 
/opt/otrs/Kernel/GenericInterface/Invoker/Kernel/cpan-lib 
/opt/otrs/Kernel/GenericInterface/Invoker /opt/otrs/ /etc/perl 
/usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 
/usr/local/lib/site_perl .) at /opt/otrs/Kernel/System/Encode.pm line 16.

But when I use the same command to compile any other module, everything works 
as expected.

$ perl -I /opt/otrs/ -c /opt/otrs/Kernel/System/Ticket.pm
/opt/otrs/Kernel/System/Ticket.pm syntax OK

The problem is that, when I try to compile the GenericInterface module, it 
joins the 'Kernel/cpan-lib' with the previous folder and results in a 
non-existing folder 
(/opt/otrs/Kernel/GenericInterface/Invoker/Kernel/cpan-lib). Should I report 
this as a bug or do you think it is a problem with my installation?

Kind regards,
Juan Clavero

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to