perladvent / perldotcom

The source code for Perl.com website
https://www.perl.com
77 stars 79 forks source link

BloomFilter_wrap.cxx:763:20: fatal error: EXTERN.h: No such file or directory #229

Closed bioramg closed 4 years ago

bioramg commented 4 years ago

Hi, I am trying to install LINKS. Before that, I have followed your instructions and trying to build a perl5 module and getting an error while running the command: g++ -c BloomFilter_wrap.cxx -I/usr/lib64/perl5/CORE -fPIC -Dbool=char -O3

Error: BloomFilter_wrap.cxx:763:20: fatal error: EXTERN.h: No such file or directory

So, what shall I do? I already checked in my computer. Perl5 is installed and could not find CORE folder in /usr/lib/perl5/ and also there is no Perl in /usr/lib64/

Please help to sort out this issue. Thank you.

briandfoy commented 4 years ago

It looks like you need to install the Perl development packages because this is missing a header file. StackOverflow might be a good place for support.