Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Unable to load Strawberry perl shell on windows 7

by snoopy (Curate)
on Aug 04, 2011 at 02:15 UTC ( [id://918419]=note: print w/replies, xml ) Need Help??


in reply to Unable to load Strawberry perl shell on windows 7

CPAN takes out a lock to make sure that it is only running once.

The lock file normally contains a PID of the other CPAN process. It seems that the content of this file has become corrupted and contains null characters. CPAN is then choking when it tries to kill a non-numeric PID.

The simple solution is hopefully to remove the ".lock" file before running CPAN.

Do the following to find the path to CPAN home.

perl -MCPAN::Config -e "print $CPAN::Config->{cpan_home}"
Then look for and remove the file named .lock under that path.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://918419]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 04:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found