Mailing List Archive

More Libwww problems
Ok I found and installed Lib www...
I'm STILL getting an error from mod_perl when it checks for LWP::User Agent.
It cannot find UserAgent.pm in its search path... I can't find it anywhere
on the system...
I just installed w3c-libwww-5.2.8, is this UserAgent.pm from somewhere else??
I read the install readme with the w3c and it doesn't mention useragent....
Can someone tell me where to find it?
Thanks
Bob
Re: More Libwww problems [ In reply to ]
Robert Bartels wrote:
>
> Ok I found and installed Lib www...
> I'm STILL getting an error from mod_perl when it checks for LWP::User Agent.
> It cannot find UserAgent.pm in its search path... I can't find it anywhere
> on the system...
> I just installed w3c-libwww-5.2.8, is this UserAgent.pm from somewhere else??
> I read the install readme with the w3c and it doesn't mention useragent....
> Can someone tell me where to find it?
> Thanks
> Bob

I think you may want the libwww-perl 5.47 available at CPAN...

I've found this amazing little package to be very helpful in getting
the packages I need:

http://www.cpan.org/modules/by-module/CPAN/CPAN-1.52.tar.gz

It will simplify installing perl modules by finding and downloading
and installing all dependent perl modules...

Once that's done, this might fix your problems, IIRC:

% perl -MCPAN -e 'CPAN::Shell->install(Bundle::LWP)'

Cheers,
Ed Loehr