The other replies are partially correct. To install DBD::mysql with CPAN on any platform you have to have a C compiler. DBD::mysql links into at least 3 different libaries that are created during a mysql build. The same module is developed to work with BOTH mSQL and MySQL, but you need to specify at build time which databases you will be accessing so it builds the correct drivers.

Don't fear the build process, but you should backup your old drivers because that is "the smart thing to do". If you have installed a new version of MySQL and are using an older DBD::mysql it is possible that the libs have been updated and your DBD::mysql file can't be loaded.

Most of the problems encountered in the build have been discussed here: mailing list

In reply to Re: fickle DBI by trs80
in thread fickle DBI by stretched2thin

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.