Ask a Question related to PERL Beginners, Design and Development.
-
Steve Hemond #1
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:
[url]ftp://cpan.chebucto.ns.ca/pub/CPAN/authors/01mailrc.txt.gz[/url]
Going to read /usr/local/cpan/sources/authors/01mailrc.txt.gz
Could not pipe[./gzip --decompress --stdout /usr/local/cpan/sources/authors/01mailrc.txt.gz |]: A file or directory in the path name does not exist. at /usr/local/lib/perl5/5.8.3/CPAN.pm line 5727.
Same problems ... like every CPAN linked command (gzip, ftp, wget, etc) can't be found by CPAN... but WHY?
Any clues?
Thanks again,
Regards,
Steve Hemond
Programmeur Analyste / Analyst Programmer
Smurfit-Stone, Ressources Forestières
La Tuque, P.Q.
Tel.: (819) 676-8100 X2833
[email]shemond@smurfit.com[/email]
> -----Original Message-----
> From: Remo Sanges [mailto:sanges@biogem.it]
> Sent: Wednesday, February 04, 2004 3:18 PM
> To: Hemond, Steve
> Cc: [email]beginners@perl.org[/email]
> Subject: Re: How to reinstall CPAN?
>
>
> cpan o conf init
>
> On Feb 4, 2004, at 8:36 PM, Hemond, Steve wrote:
>> (I installed> > Hi folks,
> >
> > For some reason, when running CPAN I get to many problems> such file or> > 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> <FIN> line> > directory at /usr/local/lib/perl5/5.8.3/CPAN.pm line 5727,>> > 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>
> >
> >
>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:... -
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) ... -
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: ....... -
Steve Hemond #2
RE : How to reinstall CPAN?
Ok I have figured something out.
The initial configurations are held in /path/to/perl/lib/CPAN/Config.pm
I have corrected the gzip, ftp, tar, etc.. lines so it points to the right absolute path to the binaries.
It works now. Thanks a lot.
Best regards,
Steve Hemond
Programmeur Analyste / Analyst Programmer
Smurfit-Stone, Ressources Forestières
La Tuque, P.Q.
Tel.: (819) 676-8100 X2833
[email]shemond@smurfit.com[/email]
> -----Original Message-----
> From: Remo Sanges [mailto:sanges@biogem.it]
> Sent: Wednesday, February 04, 2004 3:18 PM
> To: Hemond, Steve
> Cc: [email]beginners@perl.org[/email]
> Subject: Re: How to reinstall CPAN?
>
>
> cpan o conf init
>
> On Feb 4, 2004, at 8:36 PM, Hemond, Steve wrote:
>> (I installed> > Hi folks,
> >
> > For some reason, when running CPAN I get to many problems> such file or> > 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> <FIN> line> > directory at /usr/local/lib/perl5/5.8.3/CPAN.pm line 5727,>> > 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>
> >
> >
>Steve Hemond Guest
-
Wiggins D Anconia #3
Re: RE : How to reinstall CPAN?
/usr/local/cpan/sources/authors/01mailrc.txt.gz |]: A file or directory> </usr/local># cpan o conf init
> 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
> Could not pipe[./gzip --decompress --stdout
in the path name does not exist. at /usr/local/lib/perl5/5.8.3/CPAN.pm
line 5727.etc) can't be found by CPAN... but WHY?>
> Same problems ... like every CPAN linked command (gzip, ftp, wget,Have you tried entering full paths for the commands? CPAN may be>
> Any clues?
>
messing up the cwd for some reason before reaching the commands. I
thought CPAN provided the full paths as the defaults when calling 'o
conf init'??
[url]http://danconia.org[/url]
Wiggins D Anconia Guest



Reply With Quote

