Re: [SAtalk] 2.43 requirements

2002-10-18 Thread Matt Kettler
I'd just do: perl -mCPAN -e shell install HTML::Parser and allow it to install dependencies as needed. If you set your cpan to not prompt for dependencies you might have to change that option. At 03:23 PM 10/18/2002 -0400, Ryan wrote: I am reading through the requirements, and see the need to

Re: [SAtalk] 2.43 requirements

2002-10-18 Thread Andrew
On Fri, 2002-10-18 at 15:23, Ryan wrote: > I am reading through the requirements, and see the need to > install HTML::Parser. Does anyone have a guide on installing > this? I tried to pull the individual modules down, but the > in turn have requirements. I am strapped for time, and can't > wander

Re: [SAtalk] 2.43 requirements

2002-10-18 Thread Mike Burger
As root, run "perl -MCPAN -e shell" >From there, "install HTML::Parser" If it has any other requirements, you can tell the CPAN system to install those, as well. On 18 Oct 2002, Ryan wrote: > I am reading through the requirements, and see the need to > install HTML::Parser. Does anyone have a

[SAtalk] 2.43 requirements

2002-10-18 Thread Ryan
I am reading through the requirements, and see the need to install HTML::Parser. Does anyone have a guide on installing this? I tried to pull the individual modules down, but the in turn have requirements. I am strapped for time, and can't wander through source at the moment. Thanks for any info,