Hi,
I have been fruitlessly trying for days to install the Mysql::DBD on my Mac OS X Version 10.3.9
I have already installed Mysql, DBI and Data-Showtable.
I have downloaded various versions of the DBD packages, but the gist of my problem is that when I run make test, only 5% of the tests are successful and I get a million errors of this sort:

/Users/Shared/programmes/Programming/DBD-mysql-3.0002/blib/arch/auto/D +BD/mysql/mysql.bundle undefined reference to _mysql_stmt_errno expect +ed to be defined in a dynamic image /Users/Shared/programmes/Programming/DBD-mysql-3.0002/blib/arch/auto/D +BD/mysql/mysql.bundle undefined reference to _mysql_stmt_error expect +ed to be defined in a dynamic image /Users/Shared/programmes/Programming/DBD-mysql-3.0002/blib/arch/auto/D +BD/mysql/mysql.bundle undefined reference to _mysql_stmt_execute expe +cted to be defined in a dynamic image /Users/Shared/programmes/Programming/DBD-mysql-3.0002/blib/arch/auto/D +BD/mysql/mysql.bundle undefined reference to _mysql_stmt_fetch expect +ed to be defined in a dynamic image /Users/Shared/programmes/Programming/DBD-mysql-3.0002/blib/arch/auto/D +BD/mysql/mysql.bundle undefined reference to _mysql_stmt_fetch_column + expected to be defined in a dynamic image

I tried just installing the Msql-Mysql-modules-1.2219, but was getting errors already at the Makefile.pl stage.
With the package DBD-mysql-3.0002, the Makefile.PL and the make itself run without any errors after a bit of tweaking here and there.
My Perl is the Mac standard revision 5.0 version 8 subversion 1 RC3 with multilevel threading
If anyone can help, I would be very grateful: I have seen this question in a few different forums but noone seems to have got any answers to this.

Regards, Blackrussian

Edit: g0n - added code tags

2005-10-19 Retitled by g0n, as per Monastery guidelines
Original title: 'Installing MySQL::DBD on Mac OS X - Problems'


In reply to Installing DBD::MySQL on Mac OS X - Problems by blackrussian

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.