Honestly.. If your code compiled cleanly, but you aren't passing make test, I would complete the compilation (make install), and then write a quick script to access a DB and pull a line from a table. If that doesnt work, then I would roll back and try again.

I've been doing sysadmin work for a few years now, and find that some (make test)s, don't acurately poll the system, or do not have as robust a "test" suite as I would like. As long as during configuration/compilation I do not see errors, for the software itself or components I need, I attempt a make test. If after clean compilation, make tests moan, I generally install and then right my own tests.. Sometimes quick ones, other times I've spent alot more time that I should testing.. It all depends on the module/software in question.

Try a make install, make sure you can use the methods you need to get your job done now, get that done, then decide if you really need make test to finish clean.. If so happy hacking, if not happy hacking :)

/* And the Creator, against his better judgement, wrote man.c */

In reply to Re: Installing DBD::mysql by l2kashe
in thread Installing DBD::mysql by bnanaboy

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.