Error when installing package dependencies(Test::Simple)

Hello Everyone,
Below is the error stack during ‘make test’ of Test::Simple
This is required dependency for Apache::Session and DBIx::SearchBuilder.
Any help what is wrong here. I tried to find any previous messages was
didn’t find any solution
I am running RHEL3 with perl 5.8.0

Thanks
Niranjan

PERL_DL_NONLAZY=1 /usr/bin/perl “-MExtUtils::Command::MM” “-e”
“test_harness(0,
‘blib/lib’, ‘blib/arch’)” t/*.t
t/00signature…skipped
all skipped: SIGNATURE not found
t/00test_harness_check…ok
t/bad_plan…ok
t/buffer…ok
t/Builder…ok
t/circular_data…ok
t/create…ok
t/curr_test…ok
t/details…ok
t/diag…lock can only be used on shared values at
/root/.cpanplus/5.8.0/build/Test-Simple-0.62/blib/lib/Test/Builder.pm
line 394.

Looks like your test died before it could output anything.

dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/eq_set…ok
t/exit…ok
t/extra…ok
t/extra_one…ok
t/fail-like…ok
t/fail-more…ok
t/fail…ok
t/fail_one…ok
t/filehandles…ok
t/fork…ok
t/harness_active…ok
t/has_plan…ok
t/has_plan2…ok
t/import…ok
t/is_deeply_fail…ok
t/is_fh…ok
t/maybe_regex…ok
t/missing…ok
t/More…ok
t/no_diag…ok
t/no_ending…ok
t/no_header…ok
t/no_plan…ok
t/ok_obj…ok
t/output…ok
t/overload…ok
t/overload_threads…lock can only be used on shared values at
/root/.cpanplus/5.8.0/build/Test-Simple-0.62/blib/lib/Test/Builder.pm
line 394.

Looks like your test died before it could output anything.

dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/plan…ok
t/plan_bad…ok
t/plan_is_noplan…ok
t/plan_no_plan…ok
1/6 skipped: Just testing skip with no_plan
t/plan_shouldnt_import…ok
t/plan_skip_all…skipped
all skipped: Just testing plan & skip_all
t/require_ok…ok
t/reset…ok
t/simple…ok
t/skip…ok
7/15 skipped: various reasons
t/skipall…ok
t/sort_bug…lock can only be used on shared values at
/root/.cpanplus/5.8.0/build/Test-Simple-0.62/blib/lib/Test/Builder.pm
line 394.

Looks like your test died before it could output anything.

A thread exited while 2 other threads were still running.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/thread_taint…ok
t/threads…thread failed to start: lock can only be used
on
shared values at
/root/.cpanplus/5.8.0/build/Test-Simple-0.62/blib/lib/Test/Builder.pm
line 394.
thread failed to start: lock can only be used on shared values at
/root/.cpanplus/5.8.0/build/Test-Simple-0.62/blib/lib/Test/Builder.pm
line 394.
thread failed to start: lock can only be used on shared values at
/root/.cpanplus/5.8.0/build/Test-Simple-0.62/blib/lib/Test/Builder.pm
line 394.
thread failed to start: lock can only be used on shared values at
/root/.cpanplus/5.8.0/build/Test-Simple-0.62/blib/lib/Test/Builder.pm
line 394.
thread failed to start: lock can only be used on shared values at
/root/.cpanplus/5.8.0/build/Test-Simple-0.62/blib/lib/Test/Builder.pm
line 394.
lock can only be used on shared values at
/root/.cpanplus/5.8.0/build/Test-Simple-0.62/blib/lib/Test/Builder.pm
line 1247.

Looks like your test died before it could output anything.

dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/todo…ok
t/undef…ok
t/use_ok…ok
t/useing…ok
Failed Test Stat Wstat Total Fail Failed List of Failed
t/diag.t 255 65280 5 5 100.00% 1-5
t/overload_threads.t 255 65280 5 5 100.00% 1-5
t/sort_bug.t 255 65280 2 2 100.00% 1-2
t/threads.t 255 65280 6 6 100.00% 1-6
2 tests and 8 subtests skipped.
Failed 4/55 test scripts, 92.73% okay. 18/410 subtests failed, 95.61%
okay.
make: *** [test_dynamic] Error 29

Hello Everyone,
Below is the error stack during ‘make test’ of Test::Simple
This is required dependency for Apache::Session and DBIx::SearchBuilder.
Any help what is wrong here. I tried to find any previous messages was
didn’t find any solution
I am running RHEL3 with perl 5.8.0
Perl 5.8.0 has major bugs that doesn’t allow to run RT without
problems. RT requires perl 5.8.3 at least, even if you will install
all dependencies then anyway you wouldn’t be able to use RT safe.

Thanks
Niranjan

Best regards, Ruslan.