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

2012-07-12 Thread Fred Moyer
resulted in > a change of sign > if ((flag = modperl_flags_lookup_srv(name)) != -1) { > ^ > > "modperl_config.c", line 662: warning #2940-D: missing return statement at end > of n

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

2012-07-10 Thread Froyland, Todd
line 662: warning #2940-D: missing return statement at end of non-void function "modperl_config_is_perl_option_enabled" } ^ 1 error detected in the compilation of "modperl_config.c". *** Error exit code 2 Stop. *** Error exit code 1 -Todd Todd Froyland

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

2012-07-10 Thread Froyland, Todd
: modperl@perl.apache.org Subject: Re: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm 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

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

Re: mp2 install error

2003-10-06 Thread Stas Bekman
Egor Korablev wrote: hi After installing http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz I had error while starting apache: Cannot load /etc/httpd/modules/mod_perl.so into server: /etc/httpd/modules/mod_perl.so: undefined symbol: boot_DynaLoader What can i do? :) To submit a proper bug r

mp2 install error

2003-10-05 Thread Egor Korablev
hi   After installing http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz I had error while starting apache:   Cannot load /etc/httpd/modules/mod_perl.so into server: /etc/httpd/modules/mod_perl.so: undefined symbol: boot_DynaLoader   What can i do? :)   thx