OK, after following the instructions requested by Stas Bekman, it still doesnt work...
Below is a list of everything I have type. I dont claim to be a major expert or anything, so I have included all the commands in full to help catch if I missed something :)

in /home/richard/modperl-2.0
modperl-2.0 has the following permissions :

drwxrwxr-x 18 richard richard 4096 Dec 6 13:47 modperl-2.0

(as root....)

perl ./Makefile.PL MP_AP_PREFIX=/usr/local/apache2 MP_INST_APACHE2=1 MP_TRACE=1

make
make test
(Make test fails)

rm t/logs/error_log

Directory perrmisons as requested :

for t/
drwxrwxr-x 17 richard richard 4096 Dec 6 13:46 t
for t/hooks
drwxrwxr-x 4 richard richard 4096 Dec 6 13:46 hooks
for t/hooks/TestHooks
drwxrwxr-x 3 richard richard 4096 Dec 6 13:42 TestHooks

after adding "PerlOptions +Autoload" to make the httpd.conf read as follows :

<IfModule !mod_perl.c>
PerlOptions +Autoload
LoadModule perl_module "/home/richard/modperl-2.0/src/modules/perl/mod_perl.so"
</IfModule>

I get :

[root@linux modperl-2.0]# t/TEST -start
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -start
*** server linux:8529 shutdown
/usr/local/apache2/bin/httpd -d /home/richard/modperl-2.0/t -f /home/richard/modperl-2.0/t/conf/httpd.conf -DAPACHE2
using Apache/2.0.43 (prefork MPM)

waiting for server to start: .[Fri Dec 06 13:52:51 2002] [info] 21 Apache:: modules loaded
[Fri Dec 06 13:52:51 2002] [info] 5 APR:: modules loaded
[Fri Dec 06 13:52:51 2002] [info] base server + 6 vhosts ready to run tests
.
waiting for server to start: ok (waited 1 secs)
server linux:8529 started
server linux:8530 listening (TestDirective::perlmodule)
server linux:8531 listening (TestDirective::perlrequire)
server linux:8532 listening (TestProtocol::eliza)
server linux:8533 listening (TestProtocol::echo)
server linux:8534 listening (TestProtocol::echo_filter)
server linux:8535 listening (TestFilter::input_msg)

Then nothing else !

Attached are both the report and error log as requested.
If there is anything else you want me to do, just shout.
Richard

Attachment: report
Description: application/java-vm

Attachment: error_log
Description: application/java-vm

Reply via email to