OSX.2 Perl 5.8.0 just installed I am having trouble getting CPAN to work. CPAN seems able to download modules but once it tries to install them it can't find what it just downloaded. I don't understand why I would be getting these errors or how to fix them. If anyone can give me pointers, I would me most grateful.
Cut and pasted details are below, thanks, Sam quote: cpan> install Bundle::CPAN Is already unwrapped into directory y/build/ANDK000 Could not chdir to "y/build/ANDK000": No such file or directory Just about everything I do with CPAN ends up with that error message. Here's a larger example: quote: perl -e shell -MCPAN cpan> install Bundle::CPAN LWP not available Fetching with Net::FTP: ftp://archive.progeny.com/CPAN/auth...PAN-1.63.tar.gz LWP not available Fetching with Net::FTP: ftp://archive.progeny.com/CPAN/auth.../ANDK/CHECKSUMS Checksum for y/sources/authors/id/A/AN/ANDK/CPAN-1.63.tar.gz ok y/sources/authors/id/A/AN/ANDK/CPAN-1.63.tar.gz: No such file or directory y/sources/authors/id/A/AN/ANDK/CPAN-1.63.tar.gz: No such file or directory tar: Failed open to read on y/sources/authors/id/A/AN/ANDK/CPAN-1.63.tar.gz <No such file or directory> Couldn't opendir y/build/ANDK000: No such file or directory at /Library/Perl/CPAN.pm line 4873 -- Sam
