One possible explanation for this might be connected with the list of repositories used when following dependencies. For example, using the notation of PPM::Repositories, assuming ActivePerl 8xx, an ordered repository list of

1. theory
2. theory58
3. ActiveState Package Repository
4. ActiveState PPM2 Repository
will cause an error about "no suitable installation target found" when trying to install a package common to both the theory and theory58 repositories; for example,
   ppm> install Crypt-RSA
This is because the theory repository is for ActivePerl 6xx packages, and theory58 is for ActivePerl 8xx packages; however, the ppm utility will stop at the first matching package found, and then abort if it's not for the correct platform, even though a correct platform is available further down in the repository list.

One thing perhaps worth trying is to go through the repository list and remove any repositories that are specific to perl-5.6 (if you're using perl-5.8).


In reply to Re^5: PPM Hell: "PPM::PPD::init: not a PPD and not a file" by randyk
in thread PPM Hell: "PPM::PPD::init: not a PPD and not a file" by tphyahoo

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.