Fred,
Great! That seems to have worked. At least, it got through the Makefile.PL
portion.
Now, the make is failing with the error:
"modperl_config.c", line 525: error #2020: identifier "OPT_INCNOEXEC"
is undefined
parms.override_opts = MP_HTTPD_OVERRIDE_OPTS_DEFAULT;
In doin
Fred,
Thanks for the quick response! Here is the results of your test:
% perl Makefile.PL MP_AP_PREFIX=/opt/hpws22/apache
Reading Makefile.PL args from @ARGV
MP_AP_PREFIX = /opt/hpws22/apache
no conflicting prior mod_perl version found - good.
Configuring Apache/2.2.*/ mod_perl/2.0.7 Perl/v
Can you try this patch in Apache-Test and report back the output?
Looks like the eval fails because of fatal warnings from the undef
value.
Index: lib/Apache/TestRun.pm
===
--- lib/Apache/TestRun.pm (revision 1359945)
+++ lib/Ap
1. Problem Description:
Installing mod_perl2, latest version(2.0.7), on hp-ux machine(B.11.31).
The "perl Makefile.PL" command returns the following error:
% perl Makefile.PL MP_AP_PREFIX=/opt/hpws22/apache
Reading Makefile.PL args from @ARGV
MP_AP_PREFIX = /opt/hpws22/apache
Hi All,
I am going through the documentation on mod_perl filters at the link below:
http://perl.apache.org/docs/2.0/user/handlers/filters.html
Examples set a buffer size to process the content held in the buffer like:
use constant BUFF_LEN => 1024;
What is the best approach to reach most opti