I have problems with working with CPAN. I have been googling all morning with no results. Sorry, if someone already asked this, but I could't really find solutions for my problem. I have Strawberry Perl (v5.18.2) on Windows. When I try to get some module or reload the index i get this?
cpan> reload index Fetching with LWP: http://mirrors.nic.cz/authors/01mailrc.txt.gz Fetching with LWP: http://mirrors.nic.cz/modules/02packages.details.txt.gz Fetching with LWP: http://mirrors.nic.cz/modules/03modlist.data.gz Creating database file ... Indexing failed! at C:/strawberry/perl/vendor/lib/CPAN/SQLite.pm line +71, <TYPE> line 353. CPAN::SQLite setup failed at C:/strawberry/perl/vendor/lib/CPAN/SQLite +/META.pm l ine 352, <TYPE> line 353. Catching error: "system C:\\strawberry\\perl\\bin\\perl.exe -MCPAN::SQ +Lite::META =setup,update,check -e setup failed: 2304 at C:\\strawberry\\perl\\ven +dor\\lib/C PAN/SQLite/META.pm line 345.\cJ" at C:/strawberry/perl/lib/CPAN.pm lin +e 392. CPAN::shell() called at C:/strawberry/perl/lib/App/Cpan.pm lin +e 338 App::Cpan::_process_options("App::Cpan") called at C:/strawber +ry/perl/li b/App/Cpan.pm line 421 App::Cpan::run("App::Cpan") called at C:\strawberry\perl\bin/c +pan.bat li ne 25

In reply to Cpan reload index failed by Anonymous Monk

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.