RE: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Froyland, Todd
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

RE: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Froyland, Todd
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

Re: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Fred Moyer
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

[mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Froyland, Todd
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

mod_perl Filters: Selecting the most appropriate buffer size

2012-07-10 Thread Rommel Sharma
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