Hello,
 output desired as well as error_log output.
Thanks for your support, :)
Steve Larson
[EMAIL PROTECTED]


[EMAIL PROTECTED] modperl]#
/usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so
[EMAIL PROTECTED] modperl]# ldd
/usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so
        librt.so.1 => /lib/tls/librt.so.1 (0x40004000)
        libm.so.6 => /lib/tls/libm.so.6 (0x40016000)
        libcrypt.so.1 => /lib/libcrypt.so.1
(0x40038000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40065000)
        libdl.so.2 => /lib/libdl.so.2 (0x4007a000)
        libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
        libpthread.so.0 => /lib/tls/libpthread.so.0
(0x4007f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2
(0x80000000)
[EMAIL PROTECTED] modperl]#
[EMAIL PROTECTED] modperl]# t/TEST -verbose directive/perl
modules/include2
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -verbose 'directive/perl'
'modules/include2'
*** root mode: changing the files ownership to
'nobody' (99:99)
*** testing whether 'nobody' is able to -rwx
/usr/local/source/mod_perl-1.99_12/t
/usr/bin/perl
-Mlib=/usr/local/source/mod_perl-1.99_12/Apache-Test/lib
-MApache::TestRun -e 'eval {
Apache::TestRun::run_root_fs_test(99, 99,
q[/usr/local/source/mod_perl-1.99_12/t]) }';
 
 
*** result: OK
/usr/local/apache2/httpd/prefork/bin/ps -d
/usr/local/source/mod_perl-1.99_12/t
-f
/usr/local/source/mod_perl-1.99_12/t/conf/httpd.conf
-DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.48 (prefork MPM)
 
waiting 120 seconds for server to start: ...[Thu Jan
15 22:36:04 2004] [info] 22 Apache:: modules loaded
[Thu Jan 15 22:36:04 2004] [info] 5 APR:: modules
loaded
[Thu Jan 15 22:36:04 2004] [info] base server + 11
vhosts ready to run tests
......
waiting 120 seconds for server to start: ok (waited 8
secs)
server localhost.localdomain:8529 started
server localhost.localdomain:8530 listening
(TestProtocol::echo_filter)
server localhost.localdomain:8531 listening
(TestProtocol::echo)
server localhost.localdomain:8532 listening
(TestPreConnection::note)
server localhost.localdomain:8533 listening
(TestHooks::stacked_handlers2)
server localhost.localdomain:8534 listening
(TestFilter::both_str_con_add)
server localhost.localdomain:8535 listening
(TestFilter::in_str_msg)
server localhost.localdomain:8536 listening
(TestFilter::in_bbs_msg)
server localhost.localdomain:8537 listening
(TestFilter::in_bbs_inject_header)
server localhost.localdomain:8538 listening
(TestDirective::perlmodule)
server localhost.localdomain:8539 listening
(TestDirective::perlrequire)
server localhost.localdomain:8540 listening
(TestPerl::ithreads)
server localhost.localdomain:8541 listening
(TestDirective::perlloadmodule4)
server localhost.localdomain:8542 listening
(TestDirective::perlloadmodule5)
server localhost.localdomain:8543 listening
(TestDirective::perlloadmodule3)
server localhost.localdomain:8544 listening
(TestDirective::perlloadmodule6)
directive/perl......1..8
# Running under perl version 5.008 for linux
# Current time local: Thu Jan 15 22:36:11 2004
# Current time GMT:   Fri Jan 16 03:36:11 2004
# Using Test.pm version 1.23
ok 1
ok 2
not ok 3
# Failed test 3 in directive/perl.t at line 27
ok 4
ok 5
ok 6
not ok 7
# Failed test 7 in directive/perl.t at line 27 fail #2
ok 8
FAILED tests 3, 7
        Failed 2/8 tests, 75.00% okay
modules/include2....1..4
# Running under perl version 5.008 for linux
# Current time local: Thu Jan 15 22:36:14 2004
# Current time GMT:   Fri Jan 16 03:36:14 2004
# Using Test.pm version 1.23
ok 1
ok 2
# testing : /Perl-SSI/
# expected: (?-xism:Perl-SSI)
# received: use strict;
#
# #XXX: this test needs to be more robust.
# #various output buffers spread across multiple
prints
# #more mod_include features mixed and checking that
the output
# #is *exactly* what we expected, not just matching a
few patterns.
#
# print "Content-type: text/html\n\n";
#
# my $r = shift;
#
# my $test_string = 'Perl-SSI';
#
# $r->subprocess_env->set(MY_TEST => $test_string);
#
# print <<EOF;
# Hello World from <!--#echo var="SERVER_ADMIN"
--><br>
# Local date is <!--#echo var="DATE_LOCAL" --><br>
# Brought to you by <!--#echo var="MY_TEST" -->
# <!--#echo var="SERVER_SOFTWARE" -->
# <br>
# EOF
ok 3
# testing : /mod_perl/
# expected: (?-xism:mod_perl)
# received: use strict;
#
# #XXX: this test needs to be more robust.
# #various output buffers spread across multiple
prints
# #more mod_include features mixed and checking that
the output
# #is *exactly* what we expected, not just matching a
few patterns.
#
# print "Content-type: text/html\n\n";
#
# my $r = shift;
#
# my $test_string = 'Perl-SSI';
#
# $r->subprocess_env->set(MY_TEST => $test_string);
#
# print <<EOF;
# Hello World from <!--#echo var="SERVER_ADMIN"
--><br>
# Local date is <!--#echo var="DATE_LOCAL" --><br>
# Brought to you by <!--#echo var="MY_TEST" -->
# <!--#echo var="SERVER_SOFTWARE" -->
# <br>
# EOF
not ok 4
# Failed test 4 in modules/include2.t at line 30 fail
#2
FAILED test 4
        Failed 1/4 tests, 75.00% okay
Failed Test        Stat Wstat Total Fail  Failed  List
of Failed
-------------------------------------------------------------------------------
directive/perl.t                  8    2  25.00%  3 7
modules/include2.t                4    1  25.00%  4
*** server localhost.localdomain:8529 shutdown
!!! error running tests (please examine
t/logs/error_log)
[EMAIL PROTECTED] modperl]#
[EMAIL PROTECTED] modperl]# cat t/logs/error_log
END in modperl_extra.pl, pid=5580
[Thu Jan 15 10:31:03 2004] [notice] Apache/2.0.48
(Unix) mod_perl/1.99_12 Perl/v5.8.0 configured --
resuming normal operations
[Thu Jan 15 10:31:03 2004] [info] Server built: Jan 14
2004 13:14:36
[Thu Jan 15 10:31:03 2004] [debug] prefork.c(1037):
AcceptMutex: pthread (default: pthread)
[Thu Jan 15 10:31:05 2004] [error] server reached
MaxClients setting, consider raising the MaxClients
setting
[Thu Jan 15 10:31:16 2004] [info] [client 127.0.0.1]
TestAPI::aplog test in progress
This log message comes with no header
 
*** The following warn entry is expected and it is
harmless ***
[Thu Jan 15 10:31:16 2004] [debug]
/usr/local/source/mod_perl-1.99_12/t/response/TestAPI/aplog.pm(48):
log_serror test ok
 
*** The following warn entry is expected and it is
harmless ***
[Thu Jan 15 10:31:16 2004] [debug]
/usr/local/source/mod_perl-1.99_12/t/response/TestAPI/aplog.pm(52):
(20014)Error string not specified yet: log_serror test
2
ok
 
*** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:31:16 2004] [crit] [client 127.0.0.1]
(20007)No time was provided and one was required.:
log_rerror test ok
 
*** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:31:16 2004] [error] $r->log_error test
ok
 
*** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:31:16 2004] [error] $s->log_error test
ok
[Thu Jan 15 10:31:16 2004] [debug]
/usr/local/source/mod_perl-1.99_12/t/response/TestAPI/aplog.pm(73):
TestAPI::aplog test done
[Thu Jan 15 10:31:16 2004] [warn] ApacheApache->warn
test ok
[Thu Jan 15 10:31:16 2004] [warn] $s->warn test ok
 
*** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:31:41 2004] [error] Apache::log_error
test ok
[Thu Jan 15 10:31:49 2004] [error] [client 127.0.0.1]
File does not exist: /var/mod_perl-1.99_12/t/htdocs
[Thu Jan 15 10:31:50 2004] [error] [client 127.0.0.1]
File does not exist: /var/mod_perl-1.99_12/t/htdocs
 
*** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:32:00 2004] [error] [client 127.0.0.1]
Undefined subroutine &Test
Error::runtime::no_such_func called at
/usr/local/source/mod_perl-1.99_12/t/response/TestError/runtime.pm
line 19.
 
 
*** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:32:01 2004] [error] failed to resolve
handler `TestError::syntax'[Thu Jan 15 10:32:01 2004]
[error] [client 127.0.0.1] syntax error at
/usr/local/source/mod_perl-1.99_12/t/response/TestError/syntax.pm
line 22, near "\;"
Compilation failed in require at (eval 115) line 3.
 
 
*** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:32:28 2004] [error] [client 127.0.0.1]
File does not exist:
/usr/local/source/mod_perl-1.99_12/t/htdocs/nope
 
*** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:32:46 2004] [error] [client 127.0.0.1]
need AuthName: /TestModperl__setauth
 
*** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:32:47 2004] [error] [client 127.0.0.1]
File does not exist:
/usr/local/source/mod_perl-1.99_12/t/htdocs/TestModperl__status
 *** The following error entry is expected and it is
harmless ***
[Thu Jan 15 10:32:47 2004] [error] [client 127.0.0.1]
Died at
/usr/local/source/mod_perl-1.99_12/t/response/TestModperl/status.pm
line 24.
 
 
*** The following error entry is expected and it is
harmless ***
Argument "foobar" isn't numeric.
 
*** The following error entry is expected and it is
harmless ***
Argument "foo9bar" isn't numeric.
[Thu Jan 15 10:33:01 2004] [info] Child process
pid=5583 is exiting
[Thu Jan 15 10:33:01 2004] [info] Child process
pid=5586 is exiting
[Thu Jan 15 10:33:01 2004] [info] removed PID file
/usr/local/source/mod_perl-1.99_12/t/logs/httpd.pid
(pid=5582)
[Thu Jan 15 10:33:01 2004] [notice] caught SIGTERM,
shutting down
END in modperl_extra.pl, pid=5582
END in modperl_extra.pl, pid=1293
[Thu Jan 15 22:36:10 2004] [notice] Apache/2.0.48
(Unix) mod_perl/1.99_12 Perl/v5.8.0 configured --
resuming normal operations
[Thu Jan 15 22:36:10 2004] [info] Server built: Jan 14
2004 13:14:36
[Thu Jan 15 22:36:10 2004] [debug] prefork.c(1037):
AcceptMutex: pthread (default: pthread)
[Thu Jan 15 22:36:12 2004] [error] server reached
MaxClients setting, consider raising the MaxClients
setting
[Thu Jan 15 22:36:13 2004] [error] [client 127.0.0.1]
File does not exist: /var/mod_perl-1.99_12/t/htdocs
[Thu Jan 15 22:36:13 2004] [error] [client 127.0.0.1]
File does not exist: /var/mod_perl-1.99_12/t/htdocs
[Thu Jan 15 22:36:16 2004] [info] Child process
pid=1296 is exiting
[Thu Jan 15 22:36:16 2004] [info] Child process
pid=1298 is exiting
[Thu Jan 15 22:36:16 2004] [info] removed PID file
/usr/local/source/mod_perl-1.99_12/t/logs/httpd.pid
(pid=1295)
[Thu Jan 15 22:36:16 2004] [notice] caught SIGTERM,
shutting down
END in modperl_extra.pl, pid=1295
[EMAIL PROTECTED] modperl]#






--- Stas Bekman <[EMAIL PROTECTED]> wrote:
> steve larson wrote:
> > Hello,
> >  I have installed apache, and built modperl, here
> is
> > output from the make test, please let me know if I
> can
> > overlook certain errors here or these need to be
> > addressed(I assume).  
> 
> Very good, we are getting advanced.
> 
> > Also, I did not add proxy or some other options,
> ie.
> > deflate, etc. - perhaps this explains why certain
> > tests were skipped.
> 
> Yes.
> 
> > [EMAIL PROTECTED] modperl]# make test
> > apr-ext/uuid......................Can't load
> >
>
'/usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so'
> > for module APR:
> >
>
/usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so:
> > undefined symbol: apr_hook_global_pool at
> >
>
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm
> > line 229.
> >  at apr-ext/uuid.t line 25
> 
> That means that the APR.so library wasn't properly
> linked. Please post the 
> output of:
> 
> ldd
>
/usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so
> 
> > directive/perl....................NOK 3# Failed
> test 3
> > in directive/perl.t at line 27
> > directive/perl....................NOK 7# Failed
> test 7
> > in directive/perl.t at line 27 fail #2
> > directive/perl....................FAILED tests 3,
> 7
> >         Failed 2/8 tests, 75.00% okay
> [...]
> > modules/include2..................NOK 4# Failed
> test 4
> > in modules/include2.t atline 30 fail #2
> > modules/include2..................FAILED test 4
> >         Failed 1/4 tests, 75.00% okay
> 
> Please post the output of:
> 
> t/TEST -verbose directive/perl modules/include2
> 
>
__________________________________________________________________
> 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
> 


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to