Rt 3.4.5, while make fixdeps

Hi List,
I am installing RT 3.4.5 on FC4. After running make testdeps:
[OUTPUT]
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql
perl:
5.8.3…found


CORE dependencies:
Digest::base …found
Digest::MD5 2.27…found


Text::Quoted 1.3…found
Tree::Simple 1.04…MISSING
Scalar::Util …found

SOMETHING WAS MISSING!
[/OUTPUT]

Now after running make fixdeps:

[OUTPUT]
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --install --with-mysql
perl:
5.8.3…found


Text::Quoted 1.3…found
Tree::Simple 1.04…MISSING
CPAN: Storable loaded ok
Going to read /var/cache/.cpan/Metadata
Database was generated on Wed, 18 Jan 2006 21:11:52 GMT
Tree::Simple is up to date.
Scalar::Util …found
Module::Versions::Report …found
Cache::Simple::TimedExpiry …found
XML::Simple …found

SOMETHING WAS MISSING!
[/OUTPUT]

Now should i go ahead and start installing RT … or do i need some
special package !!!

~Nadeem

You need to install Tree::Simple 1.04…MISSING via CPAN oryou’re your
distribution.-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com
[mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Nadeem
Shahbaz
Sent: Friday, January 20, 2006 10:04 AM
To: rt-users
Subject: [rt-users] rt 3.4.5, while make fixdeps

Hi List,
I am installing RT 3.4.5 on FC4. After running make testdeps:
[OUTPUT]
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql
perl:
5.8.3…found


CORE dependencies:
Digest::base …found
Digest::MD5 2.27…found


Text::Quoted 1.3…found
Tree::Simple 1.04…MISSING
Scalar::Util …found

SOMETHING WAS MISSING!
[/OUTPUT]

Now after running make fixdeps:

[OUTPUT]
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --install
–with-mysql
perl:
5.8.3…found


Text::Quoted 1.3…found
Tree::Simple 1.04…MISSING
CPAN: Storable loaded ok
Going to read /var/cache/.cpan/Metadata
Database was generated on Wed, 18 Jan 2006 21:11:52 GMT
Tree::Simple is up to date.
Scalar::Util …found
Module::Versions::Report …found
Cache::Simple::TimedExpiry …found
XML::Simple …found

SOMETHING WAS MISSING!
[/OUTPUT]

Now should i go ahead and start installing RT … or do i need some
special package !!!

~Nadeem
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Be sure to check out the RT Wiki at http://wiki.bestpractical.com

Download a free sample chapter of RT Essentials from O’Reilly Media at
http://rtbook.bestpractical.com

WE’RE COMING TO YOUR TOWN SOON - RT Training in Amsterdam, Boston and
San Francisco - Find out more at
http://bestpractical.com/services/training.html

yeah i did and it says that “Tree::Simple is up to date” …

Nadeem

Piszcz, Justin wrote:

    Tree::Simple 1.04...MISSING

I had a similar problem to this. It turned out that Tree::Simple was
requiring weak references in Perl objects, and the version of Perl on my
system (RHEL 4 with some maintenance patches) didn’t have it. RedHat had
enabled weak references in the stock Perl distributed with RHEL 4, but
in a “routine” security patch to the Perl RPM, they had changed the
compile options to disable weak references. That killed Tree::Simple.
It turns out that what RT is complaining about is not that Tree::Simple
is missing, but that it is inoperative.

I’m not a Perl wizard, so I invite others to elaborate on this… What I did
to fix the problem was to physically remove Tree::Simple from my site_perl
directory tree, then reinstall it. This happened twice to me before I wised
up and disabled RedHat’s up2date utility from even TOUCHING anything Perl-ish.
The environment is too fragile and closely-coupled for automated updates.
I also found that I had to reinstall DBIx::SearchBuilder the second time this
happened, so it may be best to reinstall both.

For further reference about the weak references problem:

Weak references not implemented

and

Sitemap

Hope this helps.

Scott

Scott Courtney | “I don’t mind Microsoft making money. I mind them
scott@4th.com | having a bad operating system.” – Linus Torvalds
http://4th.com/ | (“The Rebel Code,” NY Times, 21 February 1999)
| PGP Public Key at http://4th.com/keys/scott.pubkey