RE: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Hensley, Richard
Title: RE: [mp2.0] make test failure in mod_perl 1.99_08 I was able to make my tests work, I had to do the following: I had to put the user that built mod_perl in the httpd.conf file. I also had to declare TestHooks::init and TestHooks::trans in the httpd.conf using the PerlModule directive

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Can you give it a try with the latest cvs, without the changes you have applied? Thanks. http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution __ Stas BekmanJAm_pH -- Just Another mod_perl

RE: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Hensley, Richard
Title: RE: [mp2.0] make test failure in mod_perl 1.99_08 Unfortunately, I can not access cvs from behind the corporate firewall. I was using the contents of mod_perl-2.0-current.tar.gz, which is the best I can do. Sorry. -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Hensley, Richard wrote: Unfortunately, I can not access cvs from behind the corporate firewall. I was using the contents of mod_perl-2.0-current.tar.gz, which is the best I can do. Sorry. You can get the latest cvs snapshots here: http://cvs.apache.org/snapshots/modperl-2.0/ I'll update the doc

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Stas Bekman wrote: Hensley, Richard wrote: Unfortunately, I can not access cvs from behind the corporate firewall. I was using the contents of mod_perl-2.0-current.tar.gz, which is the best I can do. Sorry. You can get the latest cvs snapshots here:

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Hensley, Richard wrote: I tried it with the lastest snapshot, and the patch below. I still get the following in the error_log [Thu Apr 03 16:49:00 2003] [error] failed to resolve handler `TestHooks::trans' [Thu Apr 03 16:49:00 2003] [error] [client 127.0.0.1] Can't locate TestHooks/trans.pm in

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Hensley, Richard wrote: As an aside, one of the interesting issues that I ran across when running make test was the following: /usr/local/apache2/bin/httpd -d /home/rhensle/modperl-2.0/t -f /home/rhensle/mo dperl-2.0/t/conf/httpd.conf -DAPACHE2 using Apache/2.0.44-dev (prefork MPM) waiting