Rt/perl newbie questions

sorry to bother you guys with this. i’m trying to install rt on a brand new
install of ubuntu 6.06. i can’t seem to get past the perl module
installations, which scares me. i wonder if i’m getting in over my head…

anyways, i’m having trouble installing Test::Inline which always chokes on
Params::Util.

this is part of the error message i get:

t/06_invocant…

Failed test ‘blessed reference is _IN’

at t/06_invocant.t line 35.

got: ‘0’

expected: ‘1’

Looks like you failed 1 test of 11.

t/06_invocant…dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 10
Failed 1/11 tests, 90.91% okay
t/07_handle…ok
t/99_author…skipped
all skipped: Author tests not required for installation
Failed Test Stat Wstat Total Fail List of Failed

i also have trouble with Test::WWW::Mechanize which gives me the error…

Failed test ‘Go after first link’

at t/follow_link_ok.t line 29.

500 Can’t connect to localhost:13432 (connect: Connection refused)

Content-Type: text/plain

Client-Date: Sat, 21 Apr 2007 22:28:17 GMT

Client-Warning: Internal response

finally, Apache::Session chokes on Test::Deep and gives me the error
message…

Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl “-MExtUtils::Command::MM” “-e”
“test_harness(0, ‘blib/lib’, ‘blib/arch’)” t/*.t
t/all…Weak references are not implemented in the version of perl
at /root/.cpan/build/Test-Deep-0.096-k9AntQ/blib/lib/Test/Deep/Cache/Simple.pm
line 7
BEGIN failed–compilation aborted at /root/.cpan/build/Test-
Deep-0.096-k9AntQ/blib/lib/Test/Deep/Cache/Simple.pm line 7.
Compilation failed in require at
/root/.cpan/build/Test-Deep-0.096-k9AntQ/blib/lib/Test/Deep/Cache.pm
line 6.
BEGIN failed–compilation aborted at /root/.cpan/build/Test-
Deep-0.096-k9AntQ/blib/lib/Test/Deep/Cache.pm line 6.

your help is tremendously appreciated.

Jimmy Yu

You might actually get a better response from the perl beginners user
group: List: beginners - lists.perl.org. Not to say
people here won’t help you but, you’re problem is probably something to
direct toward the entire perl community and not just RT users.

Mathew

jimmy yu wrote:

Hello!2007/4/22, jimmy yu james.yu@gtran.com:

sorry to bother you guys with this. i’m trying to install rt on a brand new
install of ubuntu 6.06.

t/all…Weak references are not implemented in the version of perl
at /root/.cpan/build/Test-
Deep-0.096-k9AntQ/blib/lib/Test/Deep/Cache/Simple.pm line 7
BEGIN failed–compilation aborted at
/root/.cpan/build/Test-Deep-0.096-k9AntQ/blib/lib/Test/Deep/Cache/Simple.pm
line 7.

Install fresh Scalar::Util and try again. If reinstalling will help -
than it is Ubuntu problem (bad Scalar::Util).

Alexandr Ciornii, http://chorny.net

jimmy yu wrote:

sorry to bother you guys with this. i’m trying to install rt on a
brand new
install of ubuntu 6.06. i can’t seem to get past the perl module
installations, which scares me. i wonder if i’m getting in over my
head…

Sometimes when you can’t get a module to compile automatically you
should try to compile it manually. Look in root/.cpan/build/

Also, read the README for the package. It may give you more information
regarding how to get the package to compile, etc.