perldough has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
I am new to Perl, new to these forums, but an old-time programmer at heart.
I have just inherited a half-complete Perl project at work. The single person developing the program was using the following setup: Windows XP, installed Active Perl 5.12, and added many modules and extensions on top of that installation.
He said that he copied his C:\Perl directory to a virtual machine containing a fresh install of XP (same location in the virtual machine). He then changed the user path variable in the virtual machine to include 'C:\Perl\bin;C:\Perl\site\bin'. He then ran his program and all was fine. He suggested that I do the same.
I have done this on the work computer equipped with XP, my personal computer equipped with Vista and another virtual machine equipped with a (not so fresh) install of XP. In all of these cases, I get this nebulous error message:
Can't locate version/vpp.pm in @INC (@INC contains: C:/Perl/site/lib/M +SWin32-x86 -multi-thread C:/Perl/site/lib C:/Perl/lib .) at (eval 53) line 2. BEGIN failed--compilation aborted at (eval 53) line 2. Compilation failed in require at C:/Perl/site/lib/PDL/IO/FastRaw.pm li +ne 315. BEGIN failed--compilation aborted at C:/Perl/site/lib/PDL/IO/FastRaw.p +m line 315 . Compilation failed in require at Parse_Image.pl line 271. BEGIN failed--compilation aborted at Parse_Image.pl line 271.
If anyone has any ideas, I would greatly appreciate it.
Thanks in advance,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Copying Perl installation between computers
by VinsWorldcom (Prior) on May 30, 2012 at 18:39 UTC | |
by Anonymous Monk on May 31, 2012 at 14:15 UTC | |
by Jenda (Abbot) on May 31, 2012 at 15:28 UTC | |
by perldough (Sexton) on May 31, 2012 at 20:59 UTC | |
|
Re: Copying Perl installation between computers
by Jenda (Abbot) on May 30, 2012 at 21:52 UTC | |
|
Re: Copying Perl installation between computers
by exilepanda (Friar) on May 31, 2012 at 03:00 UTC | |
|
Re: Copying Perl installation between computers
by perldough (Sexton) on May 31, 2012 at 14:25 UTC |