Folks,

While trying to install Class::DBI::Loader::Oracle, make test fails with the following message:

root@devserver-165# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ....... 1/1 # Failed test 'use Class::DBI::Loader::Oracle;' # at t/00-load.t line 4. # Tried to use 'Class::DBI::Loader::Oracle'. # Error: Can't locate object method "set_sql" via package "Class: +:DBI::Oracle" at /usr/local/share/perl/5.8.8/Class/DBI/Oracle.pm line + 172. # Compilation failed in require at /root/.cpan/build/Class-DBI-Loader- +Oracle/blib/lib/Class/DBI/Loader/Oracle.pm line 7. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # Looks like you failed 1 test of 1. t/00-load.t ....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/01-basic.t ...... ok t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.04 required for tes +ting POD coverage t/pod.t ........... ok Test Summary Report ------------------- t/00-load.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=4, Tests=8, 29 wallclock secs ( 0.04 usr 0.02 sys + 0.28 cusr + 0.04 csys = 0.38 CPU) Result: FAIL Failed 1/4 test programs. 1/8 subtests failed. make: *** [test_dynamic] Error 255 root@devserver-165#
I read the README for this module and have the dependencies installed as well as ORACLE_HOME and ORACLE_USERID set. Can somebody please shed some light?

Thanks,

harsha

In reply to trouble installing Class::DBI::Loader::Oracle by hnhegde

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.