You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2006/07/16 07:56:02 UTC

svn commit: r422381 - /perl/modperl/branches/1.x/Makefile.PL

Author: pgollucci
Date: Sat Jul 15 22:56:02 2006
New Revision: 422381

URL: http://svn.apache.org/viewvc?rev=422381&view=rev
Log:
well this seems to work.

Sadlly, the existing mod_perl 1.x framework seems to orphan
the httpd process after make test BEFORE Apache-Test gets
a chance to startup for Apache-SizeLimit.

Any ideas welcome....


Modified:
    perl/modperl/branches/1.x/Makefile.PL

Modified: perl/modperl/branches/1.x/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/Makefile.PL?rev=422381&r1=422380&r2=422381&view=diff
==============================================================================
--- perl/modperl/branches/1.x/Makefile.PL (original)
+++ perl/modperl/branches/1.x/Makefile.PL Sat Jul 15 22:56:02 2006
@@ -1531,7 +1531,7 @@
 
 q(
 
-test:	pure_all start_httpd run_tests kill_httpd
+test:	pure_all start_httpd run_tests kill_httpd run_apache_sizelimit_tests
 
 );
     my $have_so = $USE_DSO || ($APACI_ARGS =~ /--enable-shared=/);
@@ -1570,6 +1570,8 @@
 
 run_tests:
 	$(FULLPERL) $(MP_TEST_SCRIPT) $(TEST_VERBOSE)
+
+run_apache_sizelimit_tests:
 	@(echo ; echo ; echo)
 	cd Apache-SizeLimit ; $(MAKE) test
 ),



Re: svn commit: r422381 - /perl/modperl/branches/1.x/Makefile.PL

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
> Sadlly, the existing mod_perl 1.x framework seems to orphan
> the httpd process after make test BEFORE Apache-Test gets
> a chance to startup for Apache-SizeLimit.
I take this part back....

I was running my perl Makefile.PL with -httpd.
Removing this seems to solve the problem.
Don't figure, but it works, so I'm happy.

Please give it a spin when you get a chance now that the Apache-SizeLimit is
in place via svn:externals.




-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."

Re: svn commit: r422381 - /perl/modperl/branches/1.x/Makefile.PL

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
> Sadlly, the existing mod_perl 1.x framework seems to orphan
> the httpd process after make test BEFORE Apache-Test gets
> a chance to startup for Apache-SizeLimit.
I take this part back....

I was running my perl Makefile.PL with -httpd.
Removing this seems to solve the problem.
Don't figure, but it works, so I'm happy.

Please give it a spin when you get a chance now that the Apache-SizeLimit is
in place via svn:externals.




-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org