Hi, I'm trying to install the LWP::UserAgent module, and when I do a make test, I get this:
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01_about_verbose..Can't locate URI.pm in @INC (@INC contains: blib/arch blib/lib /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at (eval 1) line 3.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/LWP/UserAgent.pm line 12.
BEGIN failed--compilation aborted at blib/lib/LWP/UserAgent/Determined.pm line 5.
BEGIN failed--compilation aborted at t/01_about_verbose.t line 12.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/10_determined_test.Can't locate URI.pm in @INC (@INC contains: blib/arch blib/lib /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at (eval 1) line 3.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/LWP/UserAgent.pm line 12.
BEGIN failed--compilation aborted at blib/lib/LWP/UserAgent/Determined.pm line 5.
BEGIN failed--compilation aborted at t/10_determined_test.t line 9.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/01_about_verb 2 512 2 2 100.00% 1-2
t/10_determined 2 512 11 11 100.00% 1-11
Failed 2/2 test scripts, 0.00% okay. 13/13 subtests failed, 0.00% okay.
*** Error code 2
Stop in /usr/local/psa/LWP-UserAgent-Determined-1.03.
I don't know Perl at all . What do I need to do to be able to install this module? Please be as basic in your explanation as possible. When I say newbie, I mean, newbies know more than me. Thanks.
I should mention, that when I run find /usr/local/psa/lib/perl5/ | grep URI.pm,
I get this:
/usr/local/psa/lib/perl5/site_perl/5.005/i386-freebsd/Apache/URI.pm
/usr/local/psa/lib/perl5/site_perl/5.005/URI.pm