[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Perl Modules??
- Subject: Re: [cobalt-users] Perl Modules??
- From: "Fathi Said" <fathi@xxxxxx>
- Date: Thu Feb 10 08:42:30 2000
- Organization: Hosting-Network, Inc.
Thanks to Jonathan, Mark and Peter. I got the LWP working. At least I hope
so......
Regards,
Fathi
----- Original Message -----
From: David B. Peterson <dave@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, February 08, 2000 9:52 PM
Subject: Re: [cobalt-users] Perl Modules??
>
> or you could use the CPAN module.
>
> I haven't done it, but it would probably install painlessly with this
> command (run as root):
>
> # perl -MCPAN -e 'shell'
> cpan> install Bundle::LWP
>
> It resolves the dependencies for you (by default), it builds, tests,
> and installs it.
>
> -Dave
>
>
> >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
> >***********************************************************
> >
> >_______________________________________________
> >cobalt-users mailing list
> >cobalt-users@xxxxxxxxxxxxxxx
> >http://list.cobalt.com/mailman/listinfo/cobalt-users
>
> --
> David B. Peterson Metagraphics, Inc.
> 1023 Corporation Way, Palo Alto, CA 94303
> 650-964-4600 x225 FAX: 650-964-9575
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>