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,
Perldough

In reply to Copying Perl installation between computers by perldough

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.