Hello,

I went through the same issue and what I found was just recompile the module
in your case it would be HTML::Parser, what i did is CPAN - install
HTML::Parser or use packer for it.

I hope this can help you.

2011/9/21 Robert P. J. Day <rpj...@crashcourse.ca>

>
>  i'm not sure if the beginners list is the right place for this but
> i'll ask here anyway and someone can always point me elsewhere.
>
>  i have a fully-updated, 64-bit ubuntu 11.04 system, with perl
> 5.10.1.  i'm building a sizable software project that, from the
> top-level "make", downloads, patches and compiles numerous software
> packages.
>
>  at one point, it tries to compile the "pacemaker" package (which is
> a high-availability cluster resource manager for what that's worth).
> part of the pacemaker build is to simply use "publican" to generate
> the docs in various formats, but that's where this happens:
>
> cd Pacemaker_Explained && /usr/local/bin/publican build --publish
> --langs=all --formats=pdf,html,html-single,txt
> perl: symbol lookup error: /usr/lib/perl5/auto/HTML/Parser/Parser.so:
> undefined symbol: Perl_Istack_sp_ptr
> Makefile:617: *** [Pacemaker_Explained.txt] Error 127
>
>  obviously, publican is using perl parsing to generate the docs and i
> have no idea where it's supposed to find that symbol.  anyone want to
> suggest how, on an ubuntu system, i can resolve that missing symbol?
> thanks.
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                        http://crashcourse.ca
>
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

Reply via email to