On Mon, 22 Feb 2010 15:16:29 +0100 Paul Stear <[email protected]> wrote:
> checking for XML::Parser... configure: error: XML::Parser perl module is > required for intltool > > How do I install a perl XML parser? Where is it located? There are two possibilities here. The first is that XML-Parser is not installed. If so, then "emerge XML-Parser" will install it. The second possibility is that XML-Parser is already installed but is included with the older Perl modules. Perl has just been updated from 5.8 to 5.10 and XML-Parser may still be associated with 5.8. If this is the case, then "perl-cleaner --modules" will remove the old XML-Parser module and install the new. Frank Peters
