I've been having trouble with my DBD::Sybase installation so I decided to reinstall it (I didn't do the initial install). When I ran "make test" I received errors. Here's the output:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/autocommit....ok t/base..........ok t/exec..........ok t/fail..........FAILED tests 7-8 Failed 2/13 tests, 84.62% okay t/login.........ok t/main..........FAILED test 8 Failed 1/19 tests, 94.74% okay t/nsql..........ok t/place.........ok t/thread........skipped all skipped: this perl 5.008 not configured to support iThreads t/xblob.........ok + Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/fail.t 13 2 15.38% 7-8 t/main.t 19 1 5.26% 8 1 test skipped. Failed 2/10 test scripts, 80.00% okay. 3/76 subtests failed, 96.05% ok +ay. *** Exit 2 Stop.
Where do I find info on what these failed tests indicated?

I also received a compile warning during the "make". Is this a serious problem (I'm not a C-Programmer). Here's the output:

cc: Warning: /sybase_2/syb125/OCS-12_5/include/cspublic.h, line 91: Th +e redefinition of the macro "CS_CACHE" conflicts with a current defin +ition because the replacement lists differ. The redefinition is now +in effect. (macroredef) #define CS_CACHE (CS_INT)41 --------------------------------^ cc -c -I/sybase_2/syb125/OCS-12_5/include -DSYB_LP64 -I/usr/lib/perl- +5.8.0/lib/site_perl/5.8.0/alpha-dec_osf/auto/DBI -fprm d -ieee -std +-fprm d -ieee -DLANGUAGE_C -O4 -DVERSION=\"1.04\" -DXS_VERSION=\" +1.04\" "-I/usr/lib/perl-5.8.0/lib/5.8.0/alpha-c cc: Warning: /sybase_2/syb125/OCS-12_5/include/cspublic.h, line 91: Th +e redefinition of the macro "CS_CACHE" conflicts with a current defin +ition because the replacement lists differ. The redefinition is now +in effect. (macroredef) #define CS_CACHE (CS_INT)41 --------------------------------^
BTW - I'm trying to install DBD::Sybase 1.04 on top of Perl 5.8.0. The box is running Tru64 V5.1B and Sybase Open Client 12.5

Thanks.


In reply to Errors during "make test" of DBD::Sybase by Bone_Scavenger

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.