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
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
: 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
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
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
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