matthew zip <[EMAIL PROTECTED]> writes: > Having problems getting this module to work with my new Perl 5.8.4 on > Linux. > > I followed the instructions but when I attempt to use HTML/LinkExtor I > get: > > HTML::Parser object version 3.36 does not match bootstrap parameter 3.26 > at /usr/lib/perl5/5.8.4/i686-linux/DynaLoader.pm line 253. > > > Is this package compatible with Perl 5.8?
It sure is. Your installation seems to be mixing incompatible versions of the HTML/Parser.so and HTML/Parser.pm file. This should not happen if you let 'make install' install the module. I would try to reinstall HTML-Parser. Regards, Gisle
