Whoops... sorry, ment to include the list on this post :-)

> From: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 11, 2001 8:47 PM
> 
> 
> > Win2000 SP1,
> > Apache-1.3.19,
> > mod_perl-1.25_01-dev (installed from randy kobes site using the Activestate
> > PPM install).
> > 
> > Apache installed at c:/Apache/Apache
> > 
> > whenever I attempt to start up with mod_perl.so or ApachePerlModule.dll
> > 
> > i get the following error:
> > 
> > Cannot load c:/apache/apache/modules/mod_perl.so into server:
> > (126) The specified module could not be found: 
> > 
> > is anyone else even using this yet ?
> 
> FYI Covalent Fast Start Server is bundled with 1.3.19/modperl1.25 [amoungst
> other things] so yes, it works.  It suffered the perl _shutdown_ bug, which
> turns out to be Apache's threads fault, so if you diff the current service.c
> module with 1.3.19 (check out websrc) it will shut down cleanly (this was the
> solution needed to put Fast Start out the door :-)  It sounds like you are 
> missing a step (I don't use Randy's builds, so can't tell you where you might 
> have gone astray, sorry.)
> 
> For all service related patches to fix shutdown, grab _both_:
> 
> 
>http://www.apache.org/websrc/viewcvs.cgi/apache-1.3/src/os/win32/service.c.diff?r1=1.53&r2=1.44
> 
>http://www.apache.org/websrc/viewcvs.cgi/apache-1.3/src/main/http_main.c.diff?r1=1.533&r2=1.530
> 
> Without the patches, or waiting for 1.3.20, apache has a 50/50 chance of segfaulting
> during service shutdown.  This has been a problem for some time, it took the better
> part of five guys hacking on and off over 6 months to track down that we jumped
> threads during service stop :-(
> 
> Best of luck,
> 
> Bill


Reply via email to