On Wed, 31 Mar 2004, Csaba Albert wrote: [...] > net, found different answers and now I got to a point > where "make test" (ver 2.63) says: > > > t/cidrs.....................HTML::Parser object > version 3.35 does not match bootstrap parameter 3.25 > at /usr/local/lib/perl5/5.8.3/i686-linux/DynaLoader.pm > line 249.
[...] > > What can I do install it? i think you've got two different version of HTML::Parser on your system. since dynaloader got version 1.04 (perl 5.8.3). try a 'find /usr/local/lib/perl5 -name Parser.pm'. if there is another beside /usr/local/lib/perl5/5.8.3/i686-linux/HTML/Parser.pm then you have mangeld your perl install some how. regards, Matthias
