Just a quick note that I've been posting about this at my blog as well. The problem is actually something a bit different.

Looking closer, I'm seeing that the .bs and .bundle files are apparently the ones that apply now. Interestingly using prove -b t/00base.t does in fact work. But make test has the same test fail...

Ignoring that issue, I move on to the next test:

prove -b t/10connect.t t/10connect......dyld: lazy symbol binding failed: Symbol not found: _ +mysql_server_init Referenced from: /Users/dhosek/.cpan/build/DBD-mysql-4.006-j5Hpiv/bl +ib/arch/auto/DBD/mysql/mysql.bundle Expected in: dynamic lookup dyld: Symbol not found: _mysql_server_init Referenced from: /Users/dhosek/.cpan/build/DBD-mysql-4.006-j5Hpiv/bl +ib/arch/auto/DBD/mysql/mysql.bundle Expected in: dynamic lookup t/10connect...... Failed 2/2 subtests Test Summary Report ------------------- t/10connect.t (Wstat: 5 Tests: 0 Failed: 0) Parse errors: Bad plan. You planned 2 tests but ran 0. Files=1, Tests=0, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.04 cusr + 0.00 csys = 0.05 CPU) Result: FAIL
Donald Hosek, Tech Lead at oversee.net
L.A. perl people, we're hiring.

In reply to Re: DBD::mysql installation problem (Mac OS X 10.5.2) by dhosek
in thread DBD::mysql installation problem (Mac OS X 10.5.2) by dhosek

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.