Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Alpine 3.16.1 and Perl 5.34.1 fails on EXTERN.h #29

Closed
Zilvermeeuw opened this issue Jul 25, 2022 · 1 comment
Closed

Installing Alpine 3.16.1 and Perl 5.34.1 fails on EXTERN.h #29

Zilvermeeuw opened this issue Jul 25, 2022 · 1 comment

Comments

@Zilvermeeuw
Copy link

I try to install with cpanm HTML::Parser. I get the error in the logfile:

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?

@Zilvermeeuw
Copy link
Author

After running apk add perl-html-parser. HTML::Parser is installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant