Hi All I am getting this:
gmake test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/WASM-Apache2-AuthCookie....# Failed test (t/WASM-Apache2-AuthCookie.t at line 9) # Tried to use 'WASM::Apache2::AuthCookie'. # Error: APR object version 0.01 does not match bootstrap parameter 0.009000 at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 253. # Compilation failed in require at /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/APR/Const.pm line 18. # BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/APR/Const.pm line 18. # Compilation failed in require at /usr/local/src/usyd_modules/WASM-Apache2-AuthCookie-2.00/blib/lib/WASM/Apache2/AuthCookie.pm line 25. # BEGIN failed--compilation aborted at /usr/local/src/usyd_modules/WASM-Apache2-AuthCookie-2.00/blib/lib/WASM/Apache2/AuthCookie.pm line 25. # Compilation failed in require at (eval 1) line 2. # Looks like you failed 1 tests of 1. t/WASM-Apache2-AuthCookie....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/WASM-Apache2-AuthCookie.t 1 256 1 1 100.00% 1 Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. gmake: *** [test_dynamic] Error 2 Can anybody shed some light or provide a pointer for me to debug the problem? I'm on rhel4. Cheers, Jie