Hi all,

So I'm having problems installing perl modules. Specifically DBD::SQLite.

When using CPAN, I got the following error.

cpan[1]> install Data::Dumper + CPAN::SQLite not installed, trying to work without Malformed urllist; ignoring. Configuration file corrupt? Fetching with LWP: http://www.perl.org/CPAN/authors/01mailrc.txt.gz Catching error: "Can't write to '/home/waller/.cpan/sources/authors/01 +mailrc.txt.gz.tmp62575-62575': Input/output error at /g/bork3/x86_64/ +lib/perl5/site_perl/5.16.0/LWP/Protocol.pm line 115.\cJ" at /g/bork3/ +x86_64/lib/perl5/5.16.0/CPAN.pm line 392. CPAN::shell() called at -e line 1 Fetching with LWP: http://www.perl.org/CPAN/authors/01mailrc.txt.gz Lockfile removed. Can't write to '/home/waller/.cpan/sources/authors/01mailrc.txt.gz.tmp +62575-62575': Input/output error at /g/bork3/x86_64/lib/perl5/site_pe +rl/5.16.0/LWP/Protocol.pm line 115.

When trying manually I got the following error.

perl -MDBI::DBD::SQLite -e 1 Can't locate DBI/DBD/SQLite.pm in @INC (@INC contains: /g/bork2/smash/ +smash1.6/lib /g/bork2/smash/smash3 /g/bork2/smash/smash3/lib /g/bork6 +/mende/local/perl /g/bork2/smash/smash1.6/lib /g/bork2/smash/smash3 / +g/bork2/smash/smash3/lib /g/bork6/mende/local/perl /g/bork2/smash/sma +sh1.6/lib /g/bork2/smash/smash3 /g/bork2/smash/smash3/lib /g/bork6/me +nde/local/perl /g/bork2/smash/smash1.6/lib /g/bork2/smash/smash3 /g/b +ork2/smash/smash3/lib /g/bork6/mende/local/perl /g/bork2/smash/smash1 +.6/lib /g/bork2/smash/smash3 /g/bork2/smash/smash3/lib /g/bork6/mende +/local/perl /g/software/bin/perl-5/lib /g/typas/Alison/bin/myperl/lib +/x86_64-linux-thread-multi /g/typas/Alison/bin/myperl/lib /g/software +/bin/perl-5/lib /g/typas/Alison/bin/myperl/lib/x86_64-linux-thread-mu +lti /g/typas/Alison/bin/myperl/lib /home/waller/myperl/lib /g/softwar +e/bin/perl-5/lib /g/typas/Alison/bin/myperl/lib/x86_64-linux-thread-m +ulti /g/typas/Alison/bin/myperl/lib /home/waller/myperl/lib /g/softwa +re/bin/perl-5/lib /g/typas/Alison/bin/myperl/lib/x86_64-linux-thread- +multi /g/typas/Alison/bin/myperl/lib

the directory where my DBD-SQLite-1.40 directory is located is in the @INC list.

any help appreciated thanks Any help appreciated.

In reply to problems installing modules by AWallBuilder

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.