Disclaimer: Not a Perl language question, more a p5p-win32 question...

I've an "emergency" project that has been running under my home boxes (Mac OS 10.1, Red Hat 7.1 & 7.2, and a hodgepodgey mix of LinuxPPC and Yellow Dog Linux, all Perl 5.6.x) without trouble. Now, it needs to run under Win32 -- like, yesterday.

Problem is, I'm behind a nasty proxy-thing and can't download ANYTHING except through MSIE. So, I've managed to hack in an install of ActivePerl, but I can't use PPM to grab packages -- like Tk.pm DBI.pm

Just untarring the blah-win32.tar.gz file and dropping files in place worked fine for Tk, but DBI is throwing a Win32 pop-up dialog "Can't find PerlCRT.DLL." It's right, there isn't one. So, I download PerlCRT from CPAN, and drop the DLL in the first directory listed in the search path in the error dialog -- i.e. .../perl/lib/auto/DBI -- and now Perl throws a Dr Watson segfault whenever I "use DBI."

Anybody run into this sort of thing? It looks to me like a version conflict - this is ActiveState Build 630 on Win NT 4 with SP-6a and Post-SP-6a-rollup...

A panicked thanks to anyone who can help!


In reply to ActivePerl Problems by Anonymous Monk

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.