Philip M. Gollucci wrote:
on FBSD 5.4-RELEASE
perl 5.8.7 without ithreads

perl Makefile.PL
make
make test TEST_FILES="t/03handle.t" TEST_VERBOSE=1
[snip]
ok 98 - ... we should have gotten 4 warnings
ok 99 - The object isa DBI::db
ok 100 - ... our Driver should have 1 Kid(s) again
[its test 101 that fails]
dubious
        Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 101-124
        Failed 24/124 tests, 80.65% okay
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03handle.t    0   139   124   48  38.71%  101-124
Failed 1/1 test scripts, 0.00% okay. 24/124 subtests failed, 80.65% okay.
*** Error code 255


<snip>


Characteristics of this binary (from libperl):
  Compile-time options: DEBUGGING USE_64_BIT_INT USE_LARGE_FILES



I think the 64 bitness is your problem, I know I had to rebuild
perl for Solaris 10 cuz the default version is 64 bit.

You'll need to rebuild with the USE_64_BIT_INT turned off.

Dean Arnold
Presicient Corp.

Reply via email to