On Mit, 05 Jan 2000, Andrew Cadman wrote:
> I am new to this list, essentially, I need to install the module
> 
> LWP::UserAgent.
> 
> I have downloaded two LWWP modules from the CPAN:
> ParallelUserAgent-2.43
> and
> libwww-perl-5.47
The latter one (libwww-perl) is all you need. The ParallelUserAgent module
is a (somewhat rusty) package to extend libwww-perl to handle parallel HTTP
and FTP connections (libwww-perl only makes one connection at a time).

> However, both these modules ran into problems when decompressing the
> data using  gzip -d......, gzip -dc ..tar -xof - or gunzip < ....| tar
> xvf-.
Not sure what the problem is here. Seems your tar-files are corrupted.
Double check the filesize and make sure you used the BINARY mode when
downloading them via FTP.


-m
-- 
Marc Langheinrich
[EMAIL PROTECTED]

Reply via email to