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

Re: [cobalt-users] Perl Modules??



Fathi Said wrote:
> 
> Hello,
> 
> I have some potential clients that require the LWP module for their sites to
> run. Can anyone tell what this is and where I can get it? Thanks!
> 
> Fathi
> 
LWP is a library of perl routines for accessing the Web.  It can be
obtained on CPAN in the file libwww-perl-5.47.tar.gz (current as of
yesterday). You will also need five other modules installed prior to
LWP:

URI-1.04.tar.gz
HTML-Parser-3.05.tar.gz
libnet-1.0607.tar.gz
MIME-Base64-2.11.tar.gz
Digest-MD5-2.09.tar.gz

After unpacking the tarballs, installation is a 4 step process:

1. perl Makefile.PL
2. make
3. make test
4. make install

The last of these must be done as root.
-- 
***********************************************************
Mark W Granfors                 Reply: mark@xxxxxxxx
Technical Services              Voice: (312) 988-6540
American Bar Foundation         Fax:   (312) 988-6611 s6540
750 North Lake Shore Drive
Chicago  IL  60611-4403
***********************************************************