There are two problems
Then it does some stuff (Creating DBI::PurePerl.....) and gives me the following error: "Warning: Prerequisite Test::More failed to load: Can't locate......."
This clearly means you need to find the Test::More module and install it (I'm sure it's at CPAN althought I haven't looked). That should allow everthing to work. However there is a Warning that I don't know how to advise you:
When I run perl makefile.pl, I get the following warning: "You are using a perl configured with threading enabled. You should be aware that using multiple threads is not recommended for production environments"
Obviously you could have performance issues if you use this install of perl. A quick google for "perl threading enabled DBI" turned up a lot of links. The only useful one was this quote from http://www.hk8.org/old_web/linux/dbi/appa_08.htm
If the DBI is built using a Perl that has threads enabled, then it will use a per-driver mutex to ensure that only one thread is with a driver at any one time. Please note that support for threads in Perl is still experimental and is known to have some significant problems. Its use is not recommended.

In reply to Re: Trouble installing DBI by xorl
in thread Trouble installing DBI by Stenyj

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.