Why?

If I got that error then the first thing I would want to know is "against which version of perl was the object built ?" and my second question would be "which version of perl has loaded the object ?".
Armed with that information one is well on the way to knowing what has gone wrong, and how to avoid the problem in the future.

On windows (and I think on nix-type systems, too) the 2 perls don't need to be the exact same version (right down to the subversion number).
Sure, they both need to be the same revision and version numbers, but the subversion numbers should not need to match - the only requirement there being that the subversion number of the perl that built the object is less than or equal to the subversion numer of the perl that loaded the object.
It would be reassuring to see that this check is alert to that ... though I expect it is.

Seems a bit odd to me that perl croaks because 2 different versions of perl have got involved, but won't give you any useful information as to what those 2 version are.
In what way does providing the 2 handshake numbers help us ?

Cheers,
Rob

In reply to Re^4: DBI.c: loadable library and perl binaries are mismatched by syphilis
in thread DBI.c: loadable library and perl binaries are mismatched by rtwingfield

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.