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

2003-04-03 Thread Hensley, Richard
Title: [mp2.0] make test failure in mod_perl 1.99_08 1. Problem Description: make test is failing badly. I get the following from the t/logs/error_log [Wed Apr 02 16:58:51 2003] [error] [client 127.0.0.1] Can't locate TestHooks/ini t/first.pm in @INC (@INC contains: /home/rhensle

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

Make test failure when installing mod_perl 2.0 on Solaris 8 with Apache 2

2002-08-20 Thread Tom Hibbert
Hi, I am running Solaris 8 and have installed Apache 2: bash-2.03# /usr/apache/bin/httpd -v Server version: Apache/2.0.39 Server built: Aug 20 2002 11:26:54 I also have installed perl 5.8.0: bash-2.03# perl -v This is perl, v5.8.0 built for sun4-solaris I am trying to install mod_perl 2

Re: Make test failure when installing mod_perl 2.0 on Solaris 8 withApache 2

2002-08-20 Thread Stas Bekman
Tom Hibbert wrote: Hi, I am running Solaris 8 and have installed Apache 2: bash-2.03# /usr/apache/bin/httpd -v Server version: Apache/2.0.39 Server built: Aug 20 2002 11:26:54 I also have installed perl 5.8.0: bash-2.03# perl -v This is perl, v5.8.0 built for sun4-solaris I

make test failure

2000-08-08 Thread Kenneth Lee
Today I run make test with mod_perl the first time (I was skipping it before) modules/request.Modification of a read-only value attempted at modules/request.t line 128. modules/request.dubious Test returned status 2 (wstat 512,

Re: make test failure

2000-08-08 Thread Rick Myers
On Aug 08, 2000 at 19:49:58 +0800, Kenneth Lee twiddled the keys to say: Today I run make test with mod_perl the first time (I was skipping it before) modules/request.Modification of a read-only value attempted at modules/request.t line 128. modules/request.dubious

Re: Newbie: make test failure!

2000-07-11 Thread G.W. Haywood
Hi there, On Fri, 7 Jul 2000, Michael Robinton wrote: On Sat, 8 Jul 2000, Greg Leidreiter wrote: but when I run 'make test' httpd listening on port 8529 letting apache warm up...\c still waiting for server to warm up.not ok I always get that error. I

Newbie: make test failure FIXED!

2000-07-11 Thread Greg Leidreiter
From: G.W. Haywood [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 12 July 2000 3:45 AM To: mod_perl Mailing List Subject: Re: Newbie: make test failure! Hi there, On Fri, 7 Jul 2000, Michael Robinton wrote: On Sat, 8 Jul 2000, Greg Leidreiter wrote: but when I run 'make test' httpd

Newbie: make test failure!

2000-07-07 Thread Greg Leidreiter
Config: mod_perl-1.24 perl v5.6.0 apache 1.3.12 RedHat linux 6.1, kernel 2.2.12 Using: [/usr/local/apahce/build/mod_perl-1.24]# perl Makefile.PL \ EVERYTHING=1 \ APACHE_PREFIX=/usr/local/apache everything seems to look ok (to me) for both this and 'make' but when I run