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

Re: [cobalt-users] LWP on RAQ2?



on 3/21/00 2:50 PM, Myles Agnew at myles@xxxxxxxxxxxxxxx wrote:

> Hi Everybody,
> Does anyone know how to instal LWP on a raq2?

I'm pretty sure all you need to do is to snag the file from like
http://www.perl.com/cpan
tar xzf libwww-perl-5.47.tar.gz
cd libwww-perl-5.47
./configure.pl
make
make test
make install

something like that, should be documentation with the package

-k