[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Help with CPAN and LWP....install not complete?



I installed the LWP Bundle on my RaQ2 but I think I might be missing
something. I did these steps:

"perl -MCPAN -e shell" and then "install Bundle::LWP"

I tried to run my scripts and it was missing some files I installed some of
the LWP modules separately. (URI and LWP) Then I tried to install the bundle
again just to see what happened. Here's what I got:

URI is up to date.
Net::FTP is up to date.
MIME::Base64 is up to date.
Digest::MD5 is up to date.
LWP is up to date.

So, I think I'm good right? Well my program says this:

Can't locate HTML/HeadParser.pm in @INC (@INC contains:
/usr/lib/perl5/mips-linu
x/5.00404 /usr/lib/perl5 /usr/lib/perl5/site_perl/mips-linux
/usr/lib/perl5/site
_perl .) at /usr/lib/perl5/site_perl/LWP/Protocol.pm line 47.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/LWP/UserAgent.pm l
ine 103.
BEGIN failed--compilation aborted at html_util.pm line 29.

So go back in and try to install the HTML mod. I assume that's what I was
supposed to do. Here's what I got:

cpan> install HTML
Fetching with LWP:

ftp://ftp.net.ohio-state.edu/disk/d/a/languages/perl/CPAN/authors/01mailrc.t
xt
.gz
Can't call method "mirror" without a package or object reference at -e line
1724
, <FIN> chunk 1.

What am I doing wrong? Please help.

Thanks

Sean