For testing purposes, please give the full path to an httpd with mod_perl enabled. The path defaults to $ENV{APACHE}, if present. [/usr/sbin/httpd] ('!' to skip): Search existing config file for dynamic module dependencies? [y]: Config file [/etc/httpd/httpd.conf]: Will attempt to load mod_perl dynamically. Adding the following dynamic config lines: LoadModule config_log_module /usr/libexec/httpd/mod_log_config.so LoadModule mime_module /usr/libexec/httpd/mod_mime.so LoadModule negotiation_module /usr/libexec/httpd/mod_negotiation.so LoadModule includes_module /usr/libexec/httpd/mod_include.so LoadModule autoindex_module /usr/libexec/httpd/mod_autoindex.so LoadModule dir_module /usr/libexec/httpd/mod_dir.so LoadModule cgi_module /usr/libexec/httpd/mod_cgi.so LoadModule asis_module /usr/libexec/httpd/mod_asis.so LoadModule imap_module /usr/libexec/httpd/mod_imap.so LoadModule action_module /usr/libexec/httpd/mod_actions.so LoadModule userdir_module /usr/libexec/httpd/mod_userdir.so LoadModule alias_module /usr/libexec/httpd/mod_alias.so LoadModule rewrite_module /usr/libexec/httpd/mod_rewrite.so LoadModule access_module /usr/libexec/httpd/mod_access.so LoadModule auth_module /usr/libexec/httpd/mod_auth.so LoadModule log_forensic_module /usr/libexec/httpd/mod_log_forensic.so LoadModule setenvif_module /usr/libexec/httpd/mod_setenvif.so LoadModule hfs_apple_module /usr/libexec/httpd/mod_hfs_apple.so LoadModule bonjour_module /usr/libexec/httpd/mod_bonjour.so AddModule mod_log_config.c AddModule mod_mime.c AddModule mod_negotiation.c AddModule mod_include.c AddModule mod_autoindex.c AddModule mod_dir.c AddModule mod_cgi.c AddModule mod_asis.c AddModule mod_imap.c AddModule mod_actions.c AddModule mod_userdir.c AddModule mod_alias.c AddModule mod_rewrite.c AddModule mod_access.c AddModule mod_auth.c AddModule mod_log_forensic.c AddModule mod_so.c AddModule mod_setenvif.c AddModule mod_hfs_apple.c AddModule mod_bonjour.c LoadModule perl_module /usr/libexec/httpd//libperl.so User to run tests under [cpanrun]: Group to run tests under [cpanrun]: Port to run tests under [8228]: Warning: prerequisite mod_perl 1.24_01 not found. Checking if your kit is complete... Looks good Writing Makefile for Apache::Filter cp lib/Apache/Filter.pm blib/lib/Apache/Filter.pm cp lib/Apache/PerlRunFilter.pm blib/lib/Apache/PerlRunFilter.pm cp lib/Apache/RegistryFilter.pm blib/lib/Apache/RegistryFilter.pm Manifying blib/man3/Apache::Filter.3 Manifying blib/man3/Apache::PerlRunFilter.3 Manifying blib/man3/Apache::RegistryFilter.3 t/httpd -f `pwd`/t/httpd.conf [Wed Nov 21 20:15:40 2007] [warn] module mod_log_config.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_mime.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_negotiation.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_include.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_autoindex.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_dir.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_cgi.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_asis.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_imap.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_actions.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_userdir.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_alias.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_rewrite.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_access.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_auth.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_log_forensic.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_so.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_setenvif.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_hfs_apple.c is already added, skipping [Wed Nov 21 20:15:40 2007] [warn] module mod_bonjour.c is already added, skipping PERL_DL_NONLAZY=1 PORT=8228 /Users/cpanrun/build/5.10.0/bin/perl -Iblib/arch -Iblib/lib -I/Users/cpanrun/build/5.10.0/lib -I/Users/cpanrun/build/5.10.0/lib -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/filehandle....1..8 # Running under perl version 5.010000 for darwin # Current time local: Wed Nov 21 20:15:41 2007 # Current time GMT: Thu Nov 22 04:15:41 2007 # Using Test.pm version 1.25 Can't locate Apache/Constants.pm in @INC (@INC contains: blib/arch blib/lib /Users/cpanrun/build/5.10.0/lib /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /Users/cpanrun/build/5.10.0/site/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .) at blib/lib/Apache/Filter.pm line 5. BEGIN failed--compilation aborted at blib/lib/Apache/Filter.pm line 5. Compilation failed in require at t/filehandle.t line 5. BEGIN failed--compilation aborted at t/filehandle.t line 5. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay t/gzip..........1..0 skipped all skipped: no reason given t/real..........1..16 # Running under perl version 5.010000 for darwin # Current time local: Wed Nov 21 20:15:41 2007 # Current time GMT: Thu Nov 22 04:15:41 2007 # Using Test.pm version 1.25 ok 1 ok 2 not ok 3 # Test 3 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/simple.u was not found on this server.

\n\n" (t/real.t at line 57) # Expected: "ISN'T THIS A LOT OF FUN?\n\nHI.\n" # Lines 1-3 are changed: # - "ISN'T THIS A LOT OF FUN?\n" # + "\n" # - "\n" # + "\n" # - "HI.\n" # + "404 Not Found\n" # Got 4 extra lines at line 4: # + "\n" # + "

Not Found

\n" # + "The requested URL /docs/simple.u was not found on this server.

\n" # + "\n" # t/real.t line 57 is: ok $content, scalar `cat t/docs.check/$i`; # Failed test 4 in t/real.t at line 54 # t/real.t line 54 is: if ($special_tests{$i}{'test'}) { not ok 4 not ok 5 # Test 5 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/determ.p was not found on this server.

\n\n" (t/real.t at line 57 fail #2) # Expected: "Hasn't changed since right now\n" not ok 6 # Test 6 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/perlfirst.pl was not found on this server.

\n\n" (t/real.t at line 57 fail #3) # Expected: "BLAH\n" not ok 7 # Test 7 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/own_handle.fh/docs.check/7 was not found on this server.

\n\n" (t/real.t at line 57 fail #4) # Expected: "blah\n7\n" Use of uninitialized value in string eq at t/real.t line 34. # Failed test 8 in t/real.t at line 54 fail #2 not ok 8 not ok 9 # Test 9 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/send_headers.pl was not found on this server.

\n\n" (t/real.t at line 57 fail #5) # Expected: "BLAH\n" not ok 10 # Test 10 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/perlfirst.pl was not found on this server.

\n\n" (t/real.t at line 57 fail #6) # Expected: "BLAH\n" not ok 11 # Test 11 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/perlfirst.pl was not found on this server.

\n\n" (t/real.t at line 57 fail #7) # Expected: "BLAH\n" not ok 12 # Test 12 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/perlfirst.pl was not found on this server.

\n\n" (t/real.t at line 57 fail #8) # Expected: "BLAH\n" not ok 13 # Test 13 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/simple.r was not found on this server.

\n\n" (t/real.t at line 57 fail #9) # Expected: "Isn't this a lot of fun?\n\nHi.\n" # Lines 1-3 are changed: # - "Isn't this a lot of fun?\n" # + "\n" # - "\n" # + "\n" # - "Hi.\n" # + "404 Not Found\n" # Got 4 extra lines at line 4: # + "\n" # + "

Not Found

\n" # + "The requested URL /docs/simple.r was not found on this server.

\n" # + "\n" # Test 14 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/send_fd.pl was not found on this server.

\n\n" (t/real.t at line 57 fail #10) not ok 14 # Expected: "#!/USR/BIN/PERL\n\nMY $R = SHIFT;\n$R->SEND_HTTP_HEADER;\n\nLOCAL *FH;\nOPEN FH, $R->FILENAME OR DIE $!;\n$R->SEND_FD(*FH);\nCLOSE FH;\n\n" # Lines 1-7 are changed: # - "#!/USR/BIN/PERL\n" # + "\n" # - "\n" # + "\n" # - "MY $R = SHIFT;\n" # + "404 Not Found\n" # - "$R->SEND_HTTP_HEADER;\n" # + "\n" # - "\n" # + "

Not Found

\n" # - "LOCAL *FH;\n" # + "The requested URL /docs/send_fd.pl was not found on this server.

\n" # - "OPEN FH, $R->FILENAME OR DIE $!;\n" # + "\n" # Lines 8-8 are missing: # - "$R->SEND_FD(*FH);\n" # - "CLOSE FH;\n" # - "\n" # Failed test 15 in t/real.t at line 54 fail #3 not ok 15 not ok 16 # Test 16 got: "\n\n404 Not Found\n\n

Not Found

\nThe requested URL /docs/send_fd.plr was not found on this server.

\n\n" (t/real.t at line 57 fail #11) # Expected: "#!/usr/bin/perl\n\nmy $r = shift;\n$r->send_http_header;\n\nlocal *FH;\nopen FH, $r->filename or die $!;\n$r->send_fd(*FH);\nclose FH;\n\n" # Lines 1-7 are changed: # - "#!/usr/bin/perl\n" # + "\n" # - "\n" # + "\n" # - "my $r = shift;\n" # + "404 Not Found\n" # - "$r->send_http_header;\n" # + "\n" # - "\n" # + "

Not Found

\n" # - "local *FH;\n" # + "The requested URL /docs/send_fd.plr was not found on this server.

\n" # - "open FH, $r->filename or die $!;\n" # + "\n" # Lines 8-8 are missing: # - "$r->send_fd(*FH);\n" # - "close FH;\n" # - "\n" FAILED tests 3-16 Failed 14/16 tests, 12.50% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/filehandle.t 2 512 8 16 1-8 t/real.t 16 14 3-16 1 test skipped. Failed 2/3 test scripts. 22/24 subtests failed. Files=3, Tests=24, 1 wallclock secs ( 0.69 cusr + 0.32 csys = 1.01 CPU) Failed 2/3 test programs. 22/24 subtests failed. make: *** [run_tests] Error 255