RE: [mp2.0]make test problems

2002-12-03 Thread Narins, Josh
:32 AM To: Beau E. Cox Cc: Modperl Subject: Re: [mp2.0]make test problems > My ignorance is showing (20 yrs+ with M$ systems, only > 1 1/2 yrs with Linux) but I did notice that mod_perl > untared to beau:mysql? Where did that come from? umask? > man umask only gives me (2) - prog

Re: [mp2.0]make test problems

2002-12-03 Thread Stas Bekman
My ignorance is showing (20 yrs+ with M$ systems, only 1 1/2 yrs with Linux) but I did notice that mod_perl untared to beau:mysql? Where did that come from? umask? man umask only gives me (2) - programmers reference. Is there some setup parameter I should set? I've read my SuSE admin guide and can'

RE: [mp2.0]make test problems

2002-12-03 Thread Beau E. Cox
- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 1:00 AM To: Beau E. Cox Cc: Modperl Subject: Re: [mp2.0]make test problems Also, can you please try to do the testing with the cvs version of mod_perl 2.0? Since chances are that some things were fixed since last re

Re: [mp2.0]make test problems

2002-12-03 Thread Stas Bekman
Also, can you please try to do the testing with the cvs version of mod_perl 2.0? Since chances are that some things were fixed since last release (and possibly new bugs added :) See: http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution (though use only the mod_perl cv

Re: [mp2.0]make test problems

2002-12-03 Thread Stas Bekman
There are two problems: C. Apache/Const not found: Can't locate Apache/Const.pm in @INC (@INC contains: Apache-Test/lib /usr/local/addons/mod_perl-1.99_07/Apache-Test/lib /usr/local/addons/mod_perl-1.99_07/lib /usr/local/addons/mod_perl-1.99_07/blib/lib /usr/local/addons/mod_

[mp2]make test problems

2002-12-03 Thread Beau E. Cox
NOTE: My name servers have been giving me fits today, so I am resending this problem report; If you have already received it, please forgive me => Beau. -8<-- Start Bug Report 8<-- 1. Problem Description: A. Apache 2.0.43: ./configure --enable-layout=Su

[mp2.0]make test problems

2002-12-02 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: A. Apache 2.0.43: ./configure --enable-layout=SuSE --with-mpm=worker make make install <-- hokie-dokie --> B. mod_perl 1.99_07 perl Makefile.pl MP_AP_PREFIX=/usr/include/apache MP_INST_APA

Re: [mp2.0]make test problems

2002-12-02 Thread Stas Bekman
That's much better! -8<-- Start Bug Report 8<-- 1. Problem Description: MP make test fails (no error log generated) A. Apache/Const.pm not found - snip of console output: [START] *** setting ulimit to allow core files ulimit -c unlimited; t/TES

[mp2.0]make test problems

2002-12-02 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: MP make test fails (no error log generated) A. Apache/Const.pm not found - snip of console output: [START] *** setting ulimit to allow core files ulimit -c unlimited; t/TEST -clean *** settin

RE: Make Test problems...

2001-06-17 Thread Stas Bekman
in this case delete the old error_log file before you start the test, you have all the mess from the previous run posted. > /home/ian/mod_perl-1.25/t/logs/httpd.pid overwritten -- Unclean shutdown of > previous Apache run? It looks like it starts here: > [notice] Destruction->DESTROY called f

RE: Make Test problems...

2001-06-16 Thread Philip Mak
On Sun, 17 Jun 2001, Ian (the webguy) wrote: > I did a killall httpd as root then tried it again, but to no evail. I don't think that httpd already being running was the problem. The test script is supposed to pick a port that's NOT in use for the purposes of the test, isn't it? > still waiting

RE: Make Test problems...

2001-06-16 Thread Ian \(the webguy\)
5 2001] [warn] [notice] child_init for process 2497, report any problems to [no address given] ~Ian -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 3:07 AM To: Ian (the webguy) Cc: mod_perl list Subject: RE: Make Test problems... > I did

RE: Make Test problems...

2001-06-16 Thread Stas Bekman
ne t/logs/error_log) at t/TEST line 95. > make: *** [run_tests] Error 9 > what the error_log says > > Ian > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 17, 2001 2:47 AM > To: Ian (the webguy) > Cc: mod_perl list > S

RE: Make Test problems...

2001-06-16 Thread Ian \(the webguy\)
/usr/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. make: *** [run_tests] Error 9 Ian -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 2:47

RE: Make Test problems...

2001-06-16 Thread Stas Bekman
[parts of the message were snipped] On Sun, 17 Jun 2001, Ian (the webguy) wrote: > I used the makepl_args.mod_perl file that was given to me earlier, and I am > still getting the following error messages... > > make[1]: Leaving directory `/home/ian/mod_perl-1.25/Util' > cp t/conf/mod_perl_srm.

RE: Make Test problems...

2001-06-16 Thread Ian \(the webguy\)
to RTFM?) Thanks... Ian -Original Message- From: Steven Lembark [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 11:08 AM To: Ged Haywood; Ian (the webguy) Cc: [EMAIL PROTECTED] Subject: Re: Make Test problems... file called "makpl_args.mod_perl" in the mod_perl direc

Re: Make Test problems...

2001-06-14 Thread Doug MacEachern
On Sun, 10 Jun 2001, Ian (the webguy) wrote: ... > I'm not sure what's causing this. When I telnet to port 8529 and try to get > /test.html, I get > > > > 403 Forbidden this is a bug in the test suite, permissions problem if you 'make' as root. if you can 'perl Makefile.PL ... && make' as a

Re: Make Test problems...

2001-06-11 Thread Steven Lembark
file called "makpl_args.mod_perl" in the mod_perl directory. The best arrangement for the directories seems to be something like: Even easier, put .makepl_args.mod_perl into your home directory and you won't have to re-create it every time you go to re-build Apache.

Re: Make Test problems...

2001-06-11 Thread Ged Haywood
On Sun, 10 Jun 2001, Ian (the webguy) wrote: > I'm running RedHat 6.2 on an P5/300 with 128MB of RAM and 10GB of HDD. I've > grabbed the latest stable versions of Apache (1.3.9), and mod_perl. > [snip] > I keep on running into problems with the make test portion of my > installation. Snippets a

Make Test problems...

2001-06-10 Thread Ian \(the webguy\)
Hi; I'm running RedHat 6.2 on an P5/300 with 128MB of RAM and 10GB of HDD. I've grabbed the latest stable versions of Apache (1.3.9), and mod_perl. I keep on running into problems with the make test portion of my installation. Snippets are below... outfile> (cd /root/apache_1.3.9 && PERL5LIB

make test problems.

2000-09-22 Thread padmanabh gautam
Hi, I am facing problems with the mod_perl installation. I did perl Makefile.PL and make . Both seemed to be fine. But when I tried to run make test it gave me errors. Mod_perl version : mod_perl-1.24 Apache Version : Stronghold 3.0 OS and version : HP-UX hpux B.11.00 A 9000/889 1250864321 two-

make test problems

1999-11-06 Thread Trei Brundrett
mod_perl: 1.21 perl: 5.0053 apache: 1.3.9 red hat linux: 6.1 When I run make test I receive the following in VERBOSE: __SNIP__ modules/src.Use of uninitialized value at modules/src.t line 19. Use of uninitialized value at modules/src.t line 20. Use of uninitialized value at ../blib/lib/