fab
04-03-2002, 02:25 PM
I'm trying to install a couple of Perl modules through the CPAN.pm module.
in interactive mode (perl -MCPAN -e shell)
the following error is reported (here I'm trying to install the latest CPAN.pm):
zsh: no such file or directory: y/sources/authors/id/A/AN/ANDK/CPAN-1.59.tar.gz
tar: End of archive volume 1 reached
tar: Sorry, unable to determine archive format.
y/sources/authors/id/A/AN/ANDK/CPAN-1.59.tar.gz: No such file or directory
Couldn't uncompress y/sources/authors/id/A/AN/ANDK/CPAN-1.59.tar.gz
I can't see why it says 'no such file or directory'...the file IS right there in my HOME folder (CPAN.pm created/downloaded it there) but it still can't find it...
Install of modules like XML::Parser won't work either (plus, Expat.pm install is required, but manual install (Makefile.PL, make, make test) of this module fails too).
Plz help! thanx...
F.
in interactive mode (perl -MCPAN -e shell)
the following error is reported (here I'm trying to install the latest CPAN.pm):
zsh: no such file or directory: y/sources/authors/id/A/AN/ANDK/CPAN-1.59.tar.gz
tar: End of archive volume 1 reached
tar: Sorry, unable to determine archive format.
y/sources/authors/id/A/AN/ANDK/CPAN-1.59.tar.gz: No such file or directory
Couldn't uncompress y/sources/authors/id/A/AN/ANDK/CPAN-1.59.tar.gz
I can't see why it says 'no such file or directory'...the file IS right there in my HOME folder (CPAN.pm created/downloaded it there) but it still can't find it...
Install of modules like XML::Parser won't work either (plus, Expat.pm install is required, but manual install (Makefile.PL, make, make test) of this module fails too).
Plz help! thanx...
F.