otrs.checkmodules.pl trouble

Moderator: crythias

Locked
joecopty
Znuny newbie
Posts: 22
Joined: 11 Jan 2013, 01:42
Znuny Version: 3.2.6
Real Name: Joseph Copty
Company: TMC

otrs.checkmodules.pl trouble

Post by joecopty »

Hi all,
I am having some trouble with running the checkmodules script and get the following error

Code: Select all

C:\OTRS\OTRS\bin>perl otrs.CheckModules.pl
Can't locate Win32/Console/ANSI.pm in @INC (@INC contains: C:/OTRS/OTRS/Custom C
:/OTRS/OTRS/Kernel/cpan-lib C:/OTRS/OTRS C:/OTRS/StrawberryPerl/perl/site/lib C:
/OTRS/StrawberryPerl/perl/vendor/lib C:/OTRS/StrawberryPerl/perl/lib .) at C:/OT
RS/StrawberryPerl/perl/lib/if.pm line 13.
BEGIN failed--compilation aborted at otrs.CheckModules.pl line 35.

C:\OTRS\OTRS\bin>
I can run it by commenting out line 35 in otrs.CheckModules.pl ( with some funny chars since ansi is not being used...)

I installed using the win installer (3.2.1) without the web installer....

not sure why this happens no biggie though...
Sydney, Australia
OTRS 3.3.6 on Windows Server 2003, IIS6 with MSSQL database
joecopty
Znuny newbie
Posts: 22
Joined: 11 Jan 2013, 01:42
Znuny Version: 3.2.6
Real Name: Joseph Copty
Company: TMC

Re: otrs.checkmodules.pl trouble

Post by joecopty »

ok so turns out i was missing some modules:
Win32::Console::ANSI and Path::Class
I installed them using ppm (perl package manager)
Sydney, Australia
OTRS 3.3.6 on Windows Server 2003, IIS6 with MSSQL database
Locked