Roderich Schupp wrote:
> 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
> 

Hi Roderich,

I'm familiar with the two-different-versions meaning of that error
message.  That was the first thing that I checked yesterday.  3.56 is
installed on the filesystem, and 3.60 is deployed to a local PAR repo.

The peculiar thing is that, this seems to have been introduced with PAR
0.992.  Additionally, the problem does not affect i486, only x86_64.  It
seems that on x86_64, the "fallback" parameter introduced with 0.992
does not function properly.

Darian

-- 
Darian Anthony Patrick    <d...@darianpatrick.com>
=================================================
88FC 044D 5144 BD3A DAF8 FD9F 8C9E DF14 9AD3 4117
=================================================
* Signed and encrypted communications preferred.

Reply via email to