Ask a Question related to PERL Beginners, Design and Development.
-
Steve Hemond #1
How to reinstall CPAN?
Hi folks,
For some reason, when running CPAN I get to many problems (I installed
Perl v. 5.8.3 this morning, don't know if it has an effect)
cpan> install HTML::Mason
CPAN: Storable loaded ok
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
[url]ftp://cpan.chebucto.ns.ca/pub/CPAN/authors/01mailrc.txt.gz[/url]
Going to read /usr/local/cpan/sources/authors/01mailrc.txt.gz
Can't exec "./gzip": No such file or directory at
/usr/local/lib/perl5/5.8.3/aix/IO/File.pm line 176, <FIN> line 1.
Could not pipe[./gzip --decompress --stdout
/usr/local/cpan/sources/authors/01mailrc.txt.gz |]: No such file or
directory at /usr/local/lib/perl5/5.8.3/CPAN.pm line 5727, <FIN> line 1.
Is there any way I can reinstall CPAN from scratch?
Thanks!
Steve Hemond
Programmeur Analyste / Analyst Programmer
Smurfit-Stone, Ressources Forestieres
La Tuque, P.Q.
Tel.: (819) 676-8100 X2833
[email]shemond@smurfit.com[/email]
Steve Hemond Guest
-
Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails
FYI Have problem Upgrading perl packages from CPAN.pm version v1.61 to version v1.76) failed with final error messages: <stuff snipped> CPAN.pm:... -
RE : How to reinstall CPAN?
</usr/local># cpan o conf init CPAN: Storable loaded ok LWP not available CPAN: Net::FTP loaded ok Fetching with Net::FTP:... -
RE : [Perl-beginners] How to reinstall CPAN?
That's what I did, but it didn't fix anything. I thought by removing the cpan directory it would then asks me the startup questions but it didn't. ... -
[Perl-beginners] How to reinstall CPAN?
your config resides in ~/.cpan perhaps you can delete that directory, and reconfigure it? cheers -- Kind regards, Remko Lodder -
Bundle::CPAN reinstall problem
Each time I use the CPAN module, it prompts me to install a new version of CPAN. When I do, it stalls during the make test: ....... -
Remo Sanges #2
Re: How to reinstall CPAN?
cpan o conf init
On Feb 4, 2004, at 8:36 PM, Hemond, Steve wrote:
> Hi folks,
>
> For some reason, when running CPAN I get to many problems (I installed
> Perl v. 5.8.3 this morning, don't know if it has an effect)
>
>
> cpan> install HTML::Mason
> CPAN: Storable loaded ok
> LWP not available
> CPAN: Net::FTP loaded ok
> Fetching with Net::FTP:
> [url]ftp://cpan.chebucto.ns.ca/pub/CPAN/authors/01mailrc.txt.gz[/url]
> Going to read /usr/local/cpan/sources/authors/01mailrc.txt.gz
> Can't exec "./gzip": No such file or directory at
> /usr/local/lib/perl5/5.8.3/aix/IO/File.pm line 176, <FIN> line 1.
> Could not pipe[./gzip --decompress --stdout
> /usr/local/cpan/sources/authors/01mailrc.txt.gz |]: No such file or
> directory at /usr/local/lib/perl5/5.8.3/CPAN.pm line 5727, <FIN> line
> 1.
>
> Is there any way I can reinstall CPAN from scratch?
>
> Thanks!
>
> Steve Hemond
> Programmeur Analyste / Analyst Programmer
> Smurfit-Stone, Ressources Forestieres
> La Tuque, P.Q.
> Tel.: (819) 676-8100 X2833
> [email]shemond@smurfit.com[/email]
>
>
> --
> To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
> For additional commands, e-mail: [email]beginners-help@perl.org[/email]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>Remo Sanges Guest



Reply With Quote

