On Thu, Apr 30, 2009 at 11:16 PM, Darian Anthony Patrick
<d...@darianpatrick.com> wrote:

>> HTML::Parser object version 3.56 does not match bootstrap parameter 3.60
>> at /usr/lib/perl/5.10/DynaLoader.pm line 219.

That error message means that you have two different versions of HTML::Parser
(3.56 and 3.60) installed on your machine and in the repo. The Perl
part (HTML/Parser.pm)
of one version of HTML::Parser tries to load the XS  part
(HTML/Parser.so) of the other.
(The Perl module actually doing the loading is DynaLoader, so that's where the
error message is produced, but the problem may not originated there.)

Can you check which version of HTML::Parser is where located (and if the
PAR contains both Perl and XS parts with matching versions)?

Cheers, Roderich

Reply via email to