It's convinced it's still running for some reason...

So you get a message similar to the below?

D:\Perl>perl -MCPAN -e shell; There seems to be running another CPAN process (1972). Contacting... Other job is running. You may want to kill it and delete the lockfile, maybe. On UNIX try: kill 1972 rm D:\Home\.cpan\.lock D:\Perl>
Try finding the cpan lockfile and deleting it. (your message may not have shown the actual address. Hunt it down and kill it!)

You didn't really say if you had uninstalled the old perl or not. I believe that in some situations this can be important. A bit more information might lead me to make more useful suggestions. :-) Like did you have to reconfigure cpan after install? did you install over an old one? are you trying to reuse the site/lib?

As a seperate thought what happens when you download a distribution from search.cpan.org and install it from the command line via the "nmake, nmake test, nmake install" mantra instead of using CPAN or ppm?

As a last thought install CPANPlus and see how it fares. From my experience it has better diagnostic messages and direct support than CPAN or PPM.

--- demerphq
my friends call me, usually because I'm late....


In reply to Re: PPM Unknown Error? by demerphq
in thread PPM Unknown Error? by Flame

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.