Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: Misalf on June 10, 2014, 05:00:04 PM

Title: [solved] Compile error related to missing Perl module?
Post by: Misalf on June 10, 2014, 05:00:04 PM
I'm trying to compile NetSurf on Core 5.3.

The web seems to tell me it's something related to Perl but I have really no idea about that.
perl5.tcz  and  perl_xml_parser.tcz  are loaded.

I get the following error:
Code: [Select]
...
Can't locate HTML/Entities.pm in @INC (...
...
BEGIN failed--compilation aborted at utils/split-messages.pl line 235.
/tmp/netsurf-all-3.1/netsurf/utils/split-messages.pl -- line 235:
Code: [Select]
        use HTML::Entities qw(encode_entities);


Thank you.
Title: Re: Compile error related to missing Perl module?
Post by: bmarkus on June 10, 2014, 05:17:18 PM
Install HTML::Entities from CPAN
Title: Re: Compile error related to missing Perl module?
Post by: Misalf on June 10, 2014, 06:25:58 PM
Even though I didn't install  HTML::Tagset  as recommended in the readme, compilation succeeded.

Question answered.
Thanks, bmarkus!