When attempting to use the CPAN command line, I am unable to either reload index or install any modules. I am asked for a username and password. If I leave both blank, I get the below error, titled NOUSERPASS. If I put something in the Username and Password (although I'm not even sure what would be considered authorized there) i get the error below labelled USERANDPASS. Has anyone found this problem before? How did you fix it? """NOUSERPASS"""
Fetching with LWP: http://cpan.strawberryperl.com/modules/02packages.d +etails.txt.gz Fetching with LWP: http://cpan.strawberryperl.com/modul +es/03modlist.data.gz Creating database file ... Gathering information + from index files ... fetch_info() failed! at C:\strawberry\perl\vend +or\lib/CPAN/SQLite/Index.pm line 57, <DATA> line 58. Indexing failed! + at C:/strawberry/perl/vendor/lib/CPAN/SQLite.pm line 62, <DATA> line + 58. CPAN::SQLite setup failed at C:/strawberry/perl/vendor/lib/CPAN/ +SQLite/META.pm l ine 329, <DATA> line 58. Catching error: "system C:\ +\strawberry\\perl\\bin\\perl.exe -MCPAN::SQLite::META =setup,update - +e setup failed: 5632 at C:\\strawberry\\perl\\vendor\\lib/CPAN/SQ Lit +e/META.pm line 323.\cJ" at C:/strawberry/perl/lib/CPAN.pm line 391 CP +AN::shell() called at C:/strawberry/perl/lib/App/Cpan.pm line 295 App +::Cpan::_process_options('App::Cpan') called at C:/strawberry/perl/li + b/App/Cpan.pm line 364 App::Cpan::run('App::Cpan') called at C:\stra +wberry\perl\bin/cpan line 8
"""USERANDPASS"""
Fetching with LWP: http://cpan.strawberryperl.com/modules/02packages.d +etails.txt.gz Fetching with LWP: http://cpan.strawberryperl.com/modul +es/03modlist.data.gz Creating database file ... Gathering information + from index files ... fetch_info() failed! at C:\strawberry\perl\vend +or\lib/CPAN/SQLite/Index.pm line 57, <DATA> line 58. Indexing failed! + at C:/strawberry/perl/vendor/lib/CPAN/SQLite.pm line 62, <DATA> line + 58. CPAN::SQLite setup failed at C:/strawberry/perl/vendor/lib/CPAN/ +SQLite/META.pm l ine 329, <DATA> line 58. Catching error: "system C:\ +\strawberry\\perl\\bin\\perl.exe -MCPAN::SQLite::META =setup,update - +e setup failed: 5632 at C:\\strawberry\\perl\\vendor\\lib/CPAN/SQ Lit +e/META.pm line 323.\cJ" at C:/strawberry/perl/lib/CPAN.pm line 391 CP +AN::shell() called at C:/strawberry/perl/lib/App/Cpan.pm line 295 App +::Cpan::_process_options('App::Cpan') called at C:/strawberry/perl/li + b/App/Cpan.pm line 364 App::Cpan::run('App::Cpan') called at C:\stra +wberry\perl\bin/cpan line 8

In reply to CPAN Module Install by steventnorris

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.