Closed Zilvermeeuw closed 2 years ago
I try to install with cpanm HTML::Parser. I get the error in the logfile:
cpanm HTML::Parser
cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -DVERSION=\"3.78\" -DXS_VERSION=\"3.78\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DMARKED_SECTION Parser.c Parser.xs:17:10: fatal error: EXTERN.h: No such file or directory 17 | #include "EXTERN.h" | ^~~~~~~~~~ compilation terminated.
Do you know how to solve this?
After running apk add perl-html-parser. HTML::Parser is installed.
I try to install with
cpanm HTML::Parser
. I get the error in the logfile:Do you know how to solve this?