Home > Archive > PERL Miscellaneous > June 2005 > perl -MCPAN -e install
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
perl -MCPAN -e install
|
|
| yasaswi 2005-06-06, 3:58 pm |
| On a RHEL 4.0 server, I ran the command perl -MCPAN -e install for the
first time as root. The configuration went fine till me selecting the
different FTP sites and me choosing the continent and country. Then the
process died saying, "commit .... file closed".
I tried to get back on and run the command, but everytime I run it I
come straight back to the prompt. Please help.
Thanks,
Yasaswi
| |
| Mark Clements 2005-06-07, 8:57 pm |
| yasaswi wrote:
> On a RHEL 4.0 server, I ran the command perl -MCPAN -e install for the
> first time as root. The configuration went fine till me selecting the
> different FTP sites and me choosing the continent and country. Then the
> process died saying, "commit .... file closed".
> I tried to get back on and run the command, but everytime I run it I
> come straight back to the prompt. Please help.
> Thanks,
> Yasaswi
It's possible that your configuration file is hosed, possibly because you ran
out of disk space. Check
~/.cpan/CPAN/MyConfig.pm
and since you are running as root, also the central CPAN config file
eg
/usr/local/lib/perl5/5.8.2/CPAN/Config.pm
Mark
|
|
|
|
|