Re: [dev] weird problem with INC in GenericInterface modules

2016-04-25 Thread Renee B
To have the correct order of the directories in @INC, it should be $ perl -I/opt/otrs/Custom -I/opt/otrs -I/opt/otrs/Kernel/cpan-lib ... - Renée Am 25.04.2016 um 16:54 schrieb Vorländer, Martin: Hi all, or even $ perl -I/opt/otrs -I/opt/otrs/Kernel/cpan-lib -I/opt/otrs/Custom ... cu,

Re: [dev] weird problem with INC in GenericInterface modules

2016-04-25 Thread Vorländer , Martin
in Gruner > Gesendet: Montag, 25. April 2016 15:26 > An: Development community of OTRS <dev@otrs.org> > Betreff: Re: [dev] weird problem with INC in GenericInterface modules > > Hello Juan, > > if you do it like this on the command line you should consider using > > pe

Re: [dev] weird problem with INC in GenericInterface modules

2016-04-25 Thread Martin Gruner
Hello Juan, if you do it like this on the command line you should consider using perl -I/opt/otrs -I/opt/otrs/Kernel/cpan-lib ... Best regards, Martin Gruner Team Lead R OTRS AG Bahnhofplatz 1a 94315 Straubing T: +49 (0)6172 681988 0 F: +49 (0)9421 56818 18 I: www.otrs.com/ Geschäftssitz:

[dev] weird problem with INC in GenericInterface modules

2016-04-25 Thread Juan Manuel Clavero Almirón
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