The error about "no suitable installation target found" generally means that the ppm utility found a ppm package, but it doesn't correspond to your version of perl (Perl-5.6 and Perl-5.8 aren't binary compatible, which is important especially for packages like Crypt-DES that have an XS component that needs compiling). For example, the packages on the perlpack.webpub.net site have, in the ppd file, an architecture of MSWin32-x86-multi-thread, which corresponds to perl-5.6 (ActivePerl 6xx builds). Since you're using an ActivePerl 8xx build (perl-5.8), this doesn't match the associated architecture of MSWin32-x86-multi-thread-5.8.

ActiveState removed many of their Crypt* ppm packages due to legal concerns. As noted elsewhere in this thread, some such packages are available in the uwinnipeg ActivePerl 8xx repository, including Crypt-DES.

Having said that, if you have VC++, it would be worthwhile to set it up so that you can compile your own packages. However, if you're using ActivePerl, you should be using VC++ 6 (which is what ActivePerl is compiled with); if your version of VC++ isn't 6, you should probably compile Perl on your own and use that. The README.win32 file in the Perl sources discusses how to do this.


In reply to Re^3: Crypt::DES on windows by randyk
in thread Crypt::DES on windows by karschsp

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.