<[EMAIL PROTECTED]> writes:
> On Thu, Jul 27, 2000 at 05:16:06PM +1000, [EMAIL PROTECTED] wrote:
> > Hi,
> >
> > I'm attempting to install libwww and some of the prerequisite modules, in
> > particular HTML::PARSER.
> > My compiler seems to be having trouble with the compilation of Parser.c The
> > output of the make run is given below.
> >
> > I'm on a sun running SunOS 5.6
> > using perl 5.00405
> > c compiler: WorkShop Compilers 4.2 30 Oct 1996 C 4.2
> >
> > Is there something I can do to get this to compile on my system?
>
> Yes, upgrade your Perl.
>
> > "./util.c", line 59: undefined symbol: PL_hexdigit
>
> IIRC, PL_hexdigit is one of the symbols that post date perl 5.004.
I don't have problems compiling HTML-Parser with perl5.004_05 here.
There must be something else that is the problem.
--Gisle