in reply to Re: Same problem, different module (LWP)
in thread Yet another strange problem with Perl upgrade

I am - for now - just running through the shell. When I run Perl command line and type my program in (it checks line-by-line, as you recall), I get the following:
use LWP::UserAgent; Can't locate URI.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i586- +linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i586-linux +/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at (eval 1 +) line 3. Compilation failed in require at /usr/lib/perl5/5.6.1/HTTP/Request.pm +line 39. Compilation failed in require at /usr/lib/perl5/5.6.1/LWP/UserAgent.pm + line 108.BEGIN failed--compilation aborted at /usr/lib/perl5/5.6.1/L +WP/UserAgent.pm line 108. Compilation failed in require at - line 1. BEGIN failed--compilation aborted at - line 1.
I don't know what would cause it to do this, but for one reason or another, I can't use LWP::UserAgent, or just use LWP. I'm stumped :-/ -X

Replies are listed 'Best First'.
Re: LWP issues
by aersoy (Scribe) on Jul 17, 2002 at 01:53 UTC

    Hello,

    You need to install URI module from CPAN.

    --
    Alper Ersoy