RE: /usr/lib64/perl5/CORE/perl.h:183:16: error: ‘my_perl’ undeclared

2020-02-18 Thread LARA ZIOSI
Additional information: /usr/lib64/perl5/CORE/perl.h contains: #ifdef PERL_IMPLICIT_CONTEXT # ifndef MULTIPLICITY #define MULTIPLICITY # endif # define tTHX PerlInterpreter* # define pTHX register tTHX my_perl PERL_UNUSED_DECL # define aTHX my_perl # ifdef PERL_GLOBAL_STRUCT #de

/usr/lib64/perl5/CORE/perl.h:183:16: error: ‘my_perl’ undeclared

2020-02-18 Thread LARA ZIOSI
Hello, I am unable to build dynamic mod_perl2.0.11 (http://ftp.tudelft.nl/apache/perl/mod_perl-2.0.11.tar.gz) on RHEL 7.3 where I have previously downloaded, built and installed: Apache 2.4.34 Apr 1.7.0 Apr-util 1.6.1 Expat 2.2.9 Pcre 8.44 Exutils-embed 1.14 Here are the outputs: [myuser@myho