Markus Wichitill wrote:
With current SVN, t/modperl/util hangs on Linux when run alone or as part of the whole test suite. On Win32/Apache 2.0.52/Perl 5.8.6 and ActivePerl 5.8.4, this test and all others pass.

error_log:
/usr/local/apache2/bin/httpd: relocation error: /usr/src/modperl-2.0/blib/arch/auto/ModPerl/Util/Util.so: undefined symbol: newSVpvf


$ nm /usr/src/modperl-2.0/blib/arch/auto/ModPerl/Util/Util.so | grep newSVpvf
U newSVpvf

Markus, please post:

ldd /usr/src/modperl-2.0/blib/arch/auto/ModPerl/Util/Util.so
ldd src/module/perl/mod_perl.so
nm src/module/perl/mod_perl.so | grep newSVpvf

$ nm /usr/local/perl/lib/CORE/libperl.so | grep newSVpvf
000a4ae0 T Perl_newSVpvf
000a4a90 T Perl_newSVpvf_nocontext
000a4b20 T Perl_vnewSVpvf


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to