Hi, I'm having a problem with DBD-Oracle on Solaris 10 (see next
message) and thought that using the latest DBD-Oracle might
help. But when I run the make test, several tests error off with
messages like these:
make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base................# Test loading DBI, DBD::Oracle and version
t/01base................ok
t/10general.............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/10general.t line 12.
# Looks like your test died before it could output anything.
t/10general.............dubious
Test returned status 255 (wstat 65280, 0xff00)
t/12impdata.............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/12impdata.t line 27.
# Looks like your test died before it could output anything.
Line 53 of t/nchar_test_lib looks like this:
$tb->no_diag(1);
It looks like no_diag is not defined anywhere maybe? This doesn't
happen when running make test with 1.20 or 1.21. Perl is 5.8.4, DBI is 1.607.
Jim McCullars
University of Alabama in Huntsville