So mod_perl.so has loaded the right libperl.so which has Perl_newSVpvf resolved, Util.so shouldn't complain then, no? It doesn't for me (linux here too).
Is it possible that somehow Apache tries to load by itself? (httpd.conf?) /usr/src/modperl-2.0/blib/arch/auto/ModPerl/Util/Util.so Otherwise it should be a Dynaloader reporting the failure and not httpd
I don't see anything in httpd.conf. I only see "use ModPerl::Util" in t/conf/post_config_startup.pl and various test modules.
I see though that the test is broken. Does this make any difference?
-- Index: t/response/TestModperl/util.pm =================================================================== --- t/response/TestModperl/util.pm (revision 111732) +++ t/response/TestModperl/util.pm (working copy) @@ -8,8 +8,7 @@ use Apache::Test; use Apache::TestUtil;
-use Apache::RequestIO (); -use Apache::RequestUtil (); +use ModPerl::Util ();
use Apache::Const -compile => 'OK';
Nope.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]