Install errors

Working on installing rt 3.0.7 on a Redhat 9 with the following versions:

Httpd - 2.0.40-21.5

Mysql - 4.0.16

Perl - 5.8.0-88-3

I am getting to the following message after going perl
sbin/rt-test-dependancies \ --with-mysql -with modperl1 -install

“Can’t locate object method “new” via package “WWW::Mechanize” at
t/referer.t line 23, line 1”

Any ideas on how I can fix this?

Thanks,

Travis Niedens

Network Manager

University of Redlands

Phone: (909) 748-6328

Fax: (909) 793-2029

VoIP Phone: (909) 799-4778

VoIP Extension: 4778

Niedens, Travis wrote:

Working on installing rt 3.0.7 on a Redhat 9 with the following
versions:

Httpd - 2.0.40-21.5

Mysql - 4.0.16

Perl - 5.8.0-88-3

I am getting to the following message after going perl
sbin/rt-test-dependancies \ –with-mysql -with modperl1 -install

If you are using httpd 2, you are using modperl 2. NOT modperl 1.

“Can’t locate object method “new” via package “WWW::Mechanize” at
t/referer.t line 23, line 1”

That probably means rt-test-dependancies attempted to install WWW:Mechanize,
but it failed. Try installing that module through the CPAN shell, and pay
close attention to error messages.

Max.