Antwort: Re: modperl 1.99_1, Apache 2.0.50 - make test failure

2004-09-08 Thread johannes . grumboeck
Hi Stas, I tried the Timeout-value and as you thought it hasn't any influence because with the prefork-model the server needs around 26secs to startup. I found something new. As I commented out every module I tried to figure out which one is the bad one, so I activated one after the other and

Re: modperl 1.99_1, Apache 2.0.50 - make test failure

2004-09-08 Thread Stas Bekman
[EMAIL PROTECTED] wrote: I'm new to this list and trying to compile modperl for Apache2. (I've done this some time ago for modperl 1.26 and Apache 1.3.22.) I'm using Perl 5.8.5 under AIX 4.3.3. My compiler is vac 5.0.2.8. Johannes, to submit problem report please use: http://perl.apache.org/bugs/ .

Antwort: Re: modperl 1.99_1, Apache 2.0.50 - make test failure

2004-09-08 Thread johannes . grumboeck
Hi, I've managed something new: make test ist running after deactivating every "LoadModule" in /www/apache2/httpd.conf from which make test generates it's own httpd.conf. Now the tests are running. So it seems to be a problem with the LoadModule-order. The following modules are built into http

modperl 1.99_1, Apache 2.0.50 - make test failure

2004-09-08 Thread johannes . grumboeck
Hi, I'm new to this list and trying to compile modperl for Apache2. (I've done this some time ago for modperl 1.26 and Apache 1.3.22.) I'm using Perl 5.8.5 under AIX 4.3.3. My compiler is vac 5.0.2.8. Everything compiles well and Apache2 is running wonderful on it's own. I've done the followi