1832997 Members
2188 Online
110048 Solutions
New Discussion

perl with DBD::Oracle

 
Kim_18
Advisor

perl with DBD::Oracle

I'm at my wits end - I am trying to compile perl and include module DBD::Oracle - the DBD::Oracle will make but will not pass the make test phase - I have tried severl binary versions - then resorted to compiling my own perl with HP ANSI C and with GCC - still no luck - Can someone please give me the step by step to get me through this

I get these errors everytime
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/32xmltype.t 255 65280 4 2 4
t/80ora_charset.t 4 1024 14 4 9-10 13-14
4 tests and 124 subtests skipped.
Failed 2/29 test scripts. 5/2050 subtests failed.
Files=29, Tests=2050, 64 wallclock secs (42.11 cusr + 4.45 csys = 46.56 CPU)
Failed 2/29 test programs. 5/2050 subtests failed.
*** Error exit code 4

Stop.

Any help would be appreciated
2 REPLIES 2
Binu George
Advisor

Re: perl with DBD::Oracle

Hi Kim,

It'd help to give details of the commands used to build the DBD::Oracle module, and the actual error messages encountered during 'make test'.

Also, take a look at "Building Oracle DBD modules" section in the official HP perl page (http://www.hp.com/go/perl). It lists the steps to be followed to build the module using HP delivered perl.

--Binu


Kim_18
Advisor

Re: perl with DBD::Oracle

what I am doing is a
perl -MCPAN -e 'install DBD::Oracle'

These are the 2 test that fail
t/32xmltype.............Unsupported named object type for bind parameter at t/32
xmltype.t line 71.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 4
Failed 1/4 tests, 75.00% okay
t/80ora_charset.........
dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 9-10, 13-14
Failed 4/14 tests, 71.43% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/32xmltype.t 255 65280 4 2 4
t/80ora_charset.t 4 1024 14 4 9-10 13-14
4 tests and 124 subtests skipped.
Failed 2/29 test scripts. 5/2050 subtests failed.
Files=29, Tests=2050, 67 wallclock secs (42.14 cusr + 4.48 csys = 46.62 CPU)
Failed 2/29 test programs. 5/2050 subtests failed.
*** Error exit code 4

Stop.