Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started 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:
...
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:
use HTML::Entities qw(encode_entities);
Thank you.
-
Install HTML::Entities from CPAN
-
Even though I didn't install HTML::Tagset as recommended in the readme, compilation succeeded.
Question answered.
Thanks, bmarkus!