On Thu, Jan 08, 2004 at 04:53:27PM -0500, [EMAIL PROTECTED] wrote:
> Hi,
>
> I am unable to pass all the test. I am not my installation is OK.
>
> System: Linux 2.4.20-20.9
> Perl: v5.8.0 built for i386-linux-thread-multi
>
> attached is the output of a 'make test TEST_VERBOSE=1'.
>
> Anyone have a clue?
ok 39 at line 107
dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 40-43
Tests 40-43 test DBI->installed_versions(). I'd guess that you have
a driver that kills the process when it's loaded.
In the DBI source directory, what does running this produce:
perl -Mblib -e 'DBI->installed_versions'
(include both stdout and stderr)
Also try
DBI_TRACE=4=/tmp/dbitrace.log perl -Mblib t/01basics.t
and post just the relevant part of /tmp/dbitrace.log
Tim.