So do you know how to fix it? Thanks. | [reply] |
mkdir -p /fixforperl
cd !$
curl -O http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/IO-1.2301.ta
+r.gz
curl -O http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/DB_File-1.819
+.tar.gz
curl -O http://search.cpan.org/CPAN/authors/id/A/AM/AMS/Storable-2.18.
+tar.gz
tar xzf IO-1.2301.tar.gz
tar xzf DB_File-1.819.tar.gz
tar xzf Storable-2.18.tar.gz
cd IO-1.2301 && perl Makefile.PL && make && sudo make install && cd ..
cd DB_File-1.819 && perl Makefile.PL && make && sudo make install && c
+d ..
cd Storable-2.18 && perl Makefile.PL && make && sudo make install && c
+d ..
| [reply] [d/l] |
I think all you're doing there is reinstalling the modules IO, DB_File and Storable. I did this, but updating the CPAN install Module still seems to fail - can one reinstall it manually? So far I've been using the following method:
sudo cpan
(wait for cpan prompt)
install CPAN
| [reply] [d/l] |
Not sure what you mean, I would just ignore it.
| [reply] |
Well at the moment it seems I can't install any modules - I was trying to install XML::Atom and it kept failing, so then I tried to reinstall the CPAN installer, and that error came up... so is there maybe another way to reinstall the CPAN installer, or fix it etc
| [reply] |