Make test error and hang, but t/TEST single one success.

2006-10-05 Thread bowen
If I make test. There are some errors and process hang during test echo_bbs2. t/protocol/echo_bbs2ok 1/3 [always hang there] However, if I use the mod_perl told debug method. http://perl.apache.org/docs/2.0/user/help/help.html#toc__C_make_test___Failures I can test succes

make test error

2006-01-20 Thread Beau E. Cox
Hi - make test error: 1. Problem Description: $ make test ... t/apache/content_length_header..# Failed test 17 in t/apache/content_length_header.t at line 71 fail #2 t/apache/content_length_header..FAILED test 17 Failed 1/27 tests, 96.30% okay ... 2. Used Components

Re: make test error

2005-11-17 Thread Philippe M. Chiasson
Kent, Mr. John (Contractor) wrote: > Greetings, > > When installing the latest mod_perl with Apache 2.0.55 > make test produced the following error: > > [...] > [Wed Nov 16 10:41:50 2005] [error] Insecure directory in $ENV{PATH} while > running with -T switch at > /users/webuser/src/mod_perl-2.

make test error

2005-11-17 Thread Kent, Mr. John \(Contractor\)
Greetings, When installing the latest mod_perl with Apache 2.0.55 make test produced the following error: [warning] setting ulimit to allow core files ulimit -c unlimited; /users/webuser/perl.5.8.7/bin/perl /users/webuser/src/mod_perl-2.0.0/t/TEST -clean APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APA

Re: Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Philippe M. Chiasson
Eric Martin wrote: >>> Note: chowning the entire apache tree to nobody:nobody still causes the >>> "httpd () does not exist" error in mod_perl 2. >> >> >> Have you tried >> >> $> su - nobody >> $> stat /usr/local/stow/apache-2.0.54/apache2/bin/httpd >> >> ? > > > 'stat' command? Try ls instead t

Re: Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Eric Martin
Note: chowning the entire apache tree to nobody:nobody still causes the "httpd () does not exist" error in mod_perl 2. Have you tried $> su - nobody $> stat /usr/local/stow/apache-2.0.54/apache2/bin/httpd ? 'stat' command? Did I mention the machine is a vanilla Solaris 10 host? I suspect n

Re: Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Philippe M. Chiasson
Eric Martin wrote: > Well, the suexec mechanism seems to be working OK: > > # ps -ef | grep httpd > nobody 28220 28219 0 14:38:25 ? 0:00 > /usr/local/stow/apache-2.0.54/apache2/bin/httpd -k start > nobody 28225 28219 0 14:38:26 ? 0:00 > /usr/local/stow/apache-2.0.54/apach

Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Eric Martin
. Chiasson" <[EMAIL PROTECTED]> To: "Eric Martin" <[EMAIL PROTECTED]> Cc: Sent: Monday, August 22, 2005 2:17 PM Subject: Re: [mp2] 'make test' error--cannot start server: httpd () does not exist Eric Martin wrote: 1. Just installed gcc-3.4.4, perl-5.8.7

Re: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Philippe M. Chiasson
Eric Martin wrote: > 1. Just installed gcc-3.4.4, perl-5.8.7, apache-2.0.54 on a clean > installation of Solaris 10. gcc, perl, and apache went in without a > hitch. About 70 perl modules also installed without failure using the > new gcc/perl. > > > 2. I then proceed to do: 'perl Makefile.PL >

[mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Eric Martin
1. Just installed gcc-3.4.4, perl-5.8.7, apache-2.0.54 on a clean installation of Solaris 10. gcc, perl, and apache went in without a hitch. About 70 perl modules also installed without failure using the new gcc/perl. 2. I then proceed to do: 'perl Makefile.PL MP_APXS=/usr/local/apache2/bin/

RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t >>It's possible that you create a closure somewhere, but you don't show that>>somewhere. Otherwise why would you have defined all those globals. Try to>>get rid of those and pass things by value.I think I

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
cfaust-dougot wrote: You realize that this is not an a-few-lines-test-case. How can we analyze or run it if it requires a database connection and non-existing auth_incoming_user and other functions. Please reduce it to the case that has no external dependencies and so that it still fails. I bet whi

RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t >>You realize that this is not an a-few-lines-test-case. How can we analyze>>or run it if it requires a database connection and non-existing>>auth_incoming_user and other functions. Please reduce it to the case tha

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
cfaust-dougot wrote: sorry, I have no idea. If you reduce your code to a simple few-lines script/handler and post it here, I'm sure someone will figure out what the problem is, and whether it's an issue with your code or a bug in mp2. Thanks Stas, I'll take all the help I can get... I've been tryi

RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t >> sorry, I have no idea. If you reduce your code to a simple few-lines>> script/handler and post it here, I'm sure someone will figure out what the>> problem is, and whether it's an issue with your code

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
[please don't forget to trim unrelated stuff from your messages, and please start new questions in a new thread, rather than reply to an unrelated thing. thanks.] After building and installing MP2 and Apache with no problems at all, I'm running into that problem where if I refresh the page I may

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
cfaust-dougot wrote: Thanks Stas, that did the trick, test and install both ran without a problem!! Thanks Chris. Now committed. -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ mod_perl G

RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t Hey Stas,   Sorry, I have another question/problem.   After building and installing MP2 and Apache with no problems at all, I'm running into that problem where if I refresh the page I may get what I want or I may get a previous

RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t Thanks Stas, that did the trick, test and install both ran without a problem!!   Thanks Again! -Chris   From: Stas Bekman [mailto:[EMAIL PROTECTED]Sent: Mon 1/10/2005 11:17 AMTo: cfaust-dougotCc: modperl@perl.apache.orgSubject: Re

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
Chris Faust wrote: Hi Stas, Moving to a new server and I'm rebuilding everything from scratch, I'm getting a single error during "make test" for "t/api/request_rec.t". Didn't find much info on it, saw a message from you to Ruslan Zakirov which had the error but the email was for a different problem

MP2 - Make test Error - t/api/request_rec.t

2005-01-09 Thread Chris Faust
Hi Stas,   Moving to a new server and I'm rebuilding everything from scratch, I'm getting a single error during "make test" for "t/api/request_rec.t". Didn't find much info on it, saw a message from you to Ruslan Zakirov which had the error but the email was for a different problem.   Any id