Error on WWW::Mechanize dependency for rt3 on red hat 8

Just force the install.
In the CPAN Shell type this:

“force install WWW::Mechanize” and it should work.-----Original Message-----
From: Niranjan Patel [mailto:niranjan@altair.com]
Sent: Jueves, 09 de Octubre de 2003 12:48 p.m.
To: ‘rt-users@lists.fsck.com’
Subject: [rt-users] Error on WWW::Mechanize dependency for rt3 on redhat 8

Hello Everyone,

I am getting the following error on install of the dependencies for rt3 on
redhat 8.

All went through smoothly except the WWW::Mechanize

It halts on the click.t test for long time. I then use cntrl+C

I read previous emails about some proxy problems.

Please advice me if some settings are to be made to resolve this.

Thanks,

Niranjan

CPAN.pm: Going to build P/PE/PETDANCE/WWW-Mechanize-0.62.tar.gz

It seems that you are not directly connected to the Internet. Some

of the WWW::Mechanize tests interact with websites such as Google,

in addition to its own internal tests.

Do you want to skip these tests? [y]

Do you want to install the mech-dump utility? [y]

It looks like you don’t have IO::Socket::SSL installed. You will

not be able to process https:// URLs correctly.

Checking if your kit is complete…

Looks good

Writing Makefile for WWW::Mechanize

cp lib/WWW/Mechanize/Link.pm blib/lib/WWW/Mechanize/Link.pm

cp lib/WWW/Mechanize/Examples.pod blib/lib/WWW/Mechanize/Examples.pod

cp lib/WWW/Mechanize/FAQ.pod blib/lib/WWW/Mechanize/FAQ.pod

cp lib/WWW/Mechanize.pm blib/lib/WWW/Mechanize.pm

cp script/mech-dump blib/script/mech-dump

/usr/bin/perl “-MExtUtils::MY” -e “MY->fixin(shift)” blib/script/mech-dump

Manifying blib/man3/WWW::Mechanize::Examples.3pm

Manifying blib/man3/WWW::Mechanize::Link.3pm

Manifying blib/man1/mech-dump.1

Manifying blib/man3/WWW::Mechanize::FAQ.3pm

Manifying blib/man3/WWW::Mechanize.3pm

/usr/bin/make – OK

Running make test

PERL_DL_NONLAZY=1 /usr/bin/perl “-MExtUtils::Command::MM” “-e”
“test_harness(0, ‘blib/lib’, ‘blib/arch’)” t/*.t

t/00.load…ok

t/98.rules…ok

t/99.pod…skipped

    all skipped: Test::Pod v0.95 required for testing POD

t/add_header…ok

t/area_link…ok

t/autocheck…skipped

    all skipped: Test::Exception required to test autocheck

t/click…NOK 5# Failed test (t/click.t at line 19)

Can’t even fetch local url at t/click.t line 19, <$server> line 1.

make: *** [test_dynamic] Interrupt

Looks like you planned 10 tests but only ran 5.

Looks like your test died just after 5.

/usr/bin/make test – NOT OK

Running make install

make test had returned bad status, won’t install without force

MYSQL dependencies:

    DBD::mysql 2.1018...found