Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> DBD-Oracle-1.06 Problem

DBD-Oracle-1.06 Problem

From: Segis <sferrairo_at_es.wanadoo.com>
Date: Thu, 22 Nov 2001 09:37:27 +0100
Message-ID: <3BFCB947.6AEB6EBE@es.wanadoo.com>


Oracle 8.1.6
Perl-5.6.1 built for sun4-solaris 8
DBI-1.06 Can anybody help me?
Here my problem is

I have set the user envirment (ie, ORACLE_HOME, ORACLE_SID etc) It seems that it is ok in the step 'perl Makefile.PL' and 'make' but when goes on with 'make test' step, it goes wrong with this message:

PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.6.1/sun4-solaris -I/usr/local/lib/perl5/5.6.1
-e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests
@ARGV;' t/*.t
t/base..............You must install a Solaris patch to run this version of the Java runtime.
Please see the README and release notes for more information. Exiting.
t/base..............dubious

        Test returned status 1 (wstat 256, 0x100) DIED. FAILED tests 4-5

        Failed 2/5 tests, 60.00% okay
t/general...........You must install a Solaris patch to run this version of the Java runtime.
Please see the README and release notes for more information. Exiting.
t/general...........dubious

        Test returned status 1 (wstat 256, 0x100) t/long..............You must install a Solaris patch to run this version of the Java runtime.
Please see the README and release notes for more information. Exiting.
t/long..............dubious

        Test returned status 1 (wstat 256, 0x100) t/plsql.............You must install a Solaris patch to run this version of the Java runtime.
Please see the README and release notes for more information. Exiting.
t/plsql.............dubious

        Test returned status 1 (wstat 256, 0x100) t/reauth............skipped test on this platform Failed Test Status Wstat Total Fail Failed List of Failed


t/base.t           1   256     5    2  40.00%  4-5
t/general.t        1   256    ??   ??       %  ??
t/long.t           1   256    ??   ??       %  ??
t/plsql.t          1   256    ??   ??       %  ??
1 test skipped.
Failed 4/5 test scripts, 20.00% okay. 2/5 subtests failed, 60.00% okay. *** Error code 29
make: Fatal error: Command failed for target `test_dynamic'

Received on Thu Nov 22 2001 - 02:37:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US