Is there a way to compile Apache 1.3.3 with mod_perl 1.21 and perl 5.6.0 (Solaris 2.6)?
I get Apache compiled with perl 5.004_04 and all works fine. But with perl 5.6.0 the
compilation stopped and produced the following output:
mod_perl.c: In function `perl_startup':
mod_perl.c:663: warning: unused variable `Perl___notused'
mod_perl.c: In function `perl_handler':
mod_perl.c:783: `PL_siggv' undeclared (first use in this function)
mod_perl.c:783: (Each undeclared identifier is reported only once
mod_perl.c:783: for each function it appears in.)
mod_perl.c:753: warning: unused variable `Perl___notused'
mod_perl.c: In function `mod_perl_end_cleanup':
mod_perl.c:1037: warning: unused variable `Perl___notused'
mod_perl.c: In function `perl_call_handler':
mod_perl.c:1327: warning: unused variable `Perl___notused'
make[2]: *** [mod_perl.o] Error 1
make[1]: *** [all] Error 1
make: *** [subdirs] Error 1
Thanks,
Winni