Re: Missing perl module is messing everything up

2007-05-12 Thread David LeCount
--- Warren Block [EMAIL PROTECTED] wrote: Maybe it's in the wrong place. There's a port for XML::Parser: /usr/ports/textproc/p5-XML-Parser Install that and see if it solves the problem. -Warren Block * Rapid City, South Dakota USA I looked for such a port and couldn't find one. Maybe

Re: Missing perl module is messing everything up

2007-05-11 Thread David LeCount
--- Craig Russell [EMAIL PROTECTED] wrote: Try running perl -MCPAN -e shell as root. That should take you to a cpan prompt from there type install XML::Parser If that completes succesfully hit exit and try to install what you were looking for. Hope this helps Craig Russell I

Re: Missing perl module is messing everything up

2007-05-11 Thread Paul Schmehl
--On May 11, 2007 6:59:57 PM -0700 David LeCount [EMAIL PROTECTED] wrote: --- Craig Russell [EMAIL PROTECTED] wrote: Try running perl -MCPAN -e shell as root. That should take you to a cpan prompt from there type install XML::Parser If that completes succesfully hit exit and try to install

Re: Missing perl module is messing everything up

2007-05-11 Thread Warren Block
On Fri, 11 May 2007, David LeCount wrote: --- Craig Russell [EMAIL PROTECTED] wrote: Try running perl -MCPAN -e shell as root. That should take you to a cpan prompt from there type install XML::Parser If that completes succesfully hit exit and try to install what you were looking for. Hope

Missing perl module is messing everything up

2007-05-10 Thread David LeCount
Ahoy. Every time I try to upgrade a program that depends on Perl, I get this error: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool I've tried a portupgrade -fRra to no avail. I'm not sure if I'm missing a package (pkgdb -F doesn't show anything) or

Re: Missing perl module is messing everything up

2007-05-10 Thread Craig Russell
Try running perl -MCPAN -e shell as root. That should take you to a cpan prompt from there type install XML::Parser If that completes succesfully hit exit and try to install what you were looking for. Hope this helps Craig Russell --- David LeCount [EMAIL PROTECTED] wrote: Ahoy. Every time I

Re: Missing perl module is messing everything up

2007-05-10 Thread youshi10
On Thu, 10 May 2007, Craig Russell wrote: Try running perl -MCPAN -e shell as root. That should take you to a cpan prompt from there type install XML::Parser If that completes succesfully hit exit and try to install what you were looking for. Hope this helps Craig Russell --- David LeCount