>X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs
>Date: Tue, 23 May 2000 11:34:08 -0700 (PDT)
>From: Doug MacEachern <[EMAIL PROTECTED]>
>To: Mark Murphy <[EMAIL PROTECTED]>
>cc: [EMAIL PROTECTED]
>Subject: Re: mod_perl 1.24 testing keeps failing
>MIME-Version: 1.0
>
>On Tue, 23 May 2000, Mark Murphy wrote:
>
>>
>> I'm having a problem with the make test in mod_perl 1.24. It doesn't seem to
be
>> configured correctly. Here are the steps I've taken so far.
>
>> Invalid command 'PerlTaintCheck', perhaps mis-spelled or defined by a module
not
>
>this indicates that mod_perl is not configured with your server.
>try building using the steps in INSTALL.simple.mod_ssl
>
>
Well, I followed the INSTALL.simple.mod_ssl and no longer get the module not
included in the server configuration error. It seems to have mod_perl correctly
installed under apache. However, when I tried "make install" under the mod_perl
I now get the following.
===============================================================================
bash(mark:opus)1658% make test
(cd /usr/local/src/apache/1.3.12/apache_1.3.12 && make)
===> src
===> src/os/unix
<=== src/os/unix
===> src/ap
<=== src/ap
===> src/main
<=== src/main
===> src/lib
<=== src/lib
===> src/modules
===> src/modules/standard
<=== src/modules/standard
===> src/modules/extra
<=== src/modules/extra
===> src/modules/proxy
<=== src/modules/proxy
===> src/modules/ssl
<=== src/modules/ssl
===> src/modules/perl
<=== src/modules/perl
<=== src/modules
gcc -c -I./os/unix -I./include -DSOLARIS2=270 -DMOD_SSL=206104 -DMOD_PERL
-DEAPI `./apaci` modules.c
gcc -c -I./os/unix -I./include -DSOLARIS2=270 -DMOD_SSL=206104 -DMOD_PERL
-DEAPI `./apaci` buildmark.c
gcc -DSOLARIS2=270 -DMOD_SSL=206104 -DMOD_PERL -DEAPI `./apaci` \
-o httpd buildmark.o modules.o modules/standard/libstandard.a
main/libmain.a ./os/unix/libos.a ap/libap.a -lsocket -lnsl -ldl
===> src/support
<=== src/support
<=== src
cp t/conf/mod_perl_srm.conf t/conf/srm.conf
./apaci/load_modules.pl /usr/local/src/apache/1.3.12/apache_1.3.12/src
/usr/local/src/apache/1.3.12/apache_1.3.12/src/httpd -f `pwd`/t/conf/httpd.conf
-X -d `pwd`/t &
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...done
/usr/local/bin/perl t/TEST 0
still waiting for server to warm up...............not ok
server failed to start! (please examine t/logs/error_log) at t/TEST line 95.
*** Error code 9
make: Fatal error: Command failed for target `run_tests'
bash(mark:opus)1659%
===============================================================================
The command is not responding to
if (simple_fetch "/test.html") {
print "ok\n";
}
TEST requires Apache::test, but I'm not sure this is happening.
require Apache::test;
Apache::test->import('simple_fetch');
use subs 'simple_fetch';
I can't find Apache::test anywhere. Any ideas???
Mark Murphy Wayne State University
Systems Analyst II Computing & Information Technology (C&IT)
(313) 577-4795 Voice Academic Computing & Customer Services (ACCS)
(313) 577-8787 Fax 5425 Woodward Ave.
Detroit, MI. 48202
Email: [EMAIL PROTECTED]
WWW : http://www.wayne.edu/