www.question-defense.com | Engage: Visit :: Login :: Register
Translate to English Übersetzen Sie zum Deutsch/German Переведите к русскому/Russian Μεταφράστε στα ελληνικά/Greek Vertaal aan het Nederlands/Dutch ترجمة الى العربية/Arabic 中文翻译/Chinese Traditional 中文翻译/Chinese Simplified 한국어에게 번역하십시오/Korean 日本語に翻訳しなさい /Japanese Traduza ao Português/Portuguese Traduca ad Italiano/Italian Traduisez au Français/French Traduzca al Español/Spanish
0

The below error message was received after starting the CPAN shell and running “install Class::Accessor”. It was after upgrading the CPAN.pm message so to resolve this issue either just reload or upgrade and reload. Both sets of steps are detailed below.

Error: Can’t use string (”CPAN::Tarzip”) as a HASH ref while “strict refs” in use at /usr/lib/perl5/5.8.8/CPAN/Tarzip.pm line 94.

If you have not upgraded complete the following from the CPAN shell.
1. Open CPAN: perl -MCPAN -e shell
2. Upgrade CPAN.pm: install Bundle::CPAN


After upgrading or if you have already upgraded and receive the above error complete the following steps from the CPAN shell.
1. Reload Index: reload index
2. Restart CPAN: reload cpan
3. Quit CPAN: quit
4. Start CPAN Again: perl -MCPAN -e shell
5. Attempt Install: install Class::Accessor

This time the install went without a hitch.

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineLinkedInYahoo! Bookmarks
Related posts:
  1. Failed during this command: RGARCIA/perl-5.10.0.tar.gz : make NO isa perl First let me say I am not very familiar with...
  2. Perl CPAN install XML::LibXML::Common, Error: libxml2 not found I am working on getting Monarch installed on a server...
  3. Perl Module Error: Can’t locate URI/Escape.pm in @INC In the process of installing Monarch, which is a Nagios...
  4. install_driver(Pg) failed: DBD::Pg object version 2.13.1 does not match bootstrap parameter v2.13.1 I recently decided to do a fresh CentOS install on...
  5. ActionView::TemplateError (comparison of Fixnum with nil failed) on line #38 of app/views/layouts/base.rhtml The below error is another error related to upgrading Redmine....

Tags: , , , , ,
Leave a Reply