Re: 'make test' fails with "the server is down, giving up after 121 secs"

2007-10-21 Thread Fred Moyer

[EMAIL PROTECTED] bugzilla-3]# rpm -qa|grep mod_perl
mod_perl-devel-1.99_16-4
mod_perl-1.99_16-4


Looks like you have a old version installed, it might help to remove 
that rpm if you are installing 2.0.3 from source.





[EMAIL PROTECTED] bugzilla-3]#
[EMAIL PROTECTED] bugzilla-3]# cp /root/perl-test/Apache2.pm 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/
[EMAIL PROTECTED] bugzilla-3]# cp -R /root/perl-test/Apache 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/

[EMAIL PROTECTED] bugzilla-3]# service httpd restart
Stopping httpd:    [  OK  ]
Starting httpd:    [  OK  ]
[EMAIL PROTECTED] bugzilla-3]#

Re: 'make test' fails with "the server is down, giving up after 121 secs"

2007-10-19 Thread Glenn Gallien
Just a thought, but are you running the tests as root? If so, try 
running the tests as a non-root user.



Unfortunately manually removing all mod_perl rpms and repeating the
install yields the exact same problem. I grepped for some of the 
strings in the output to see if simply increasing the timeout helps,

but could not find where the 120 seconds timeout is set.

Any other ideas? I am all out. :(

-Original Message-
From: Colvin, Joshua 
Sent: Thursday, October 18, 2007 4:05 PM

To: modperl@perl.apache.org
Subject: RE: 'make test' fails with "the server is down, giving up after 121 
secs"

Thanks Adam, but I've got no firewall and selinux is disabled, so those
don't seem to be the problem. I'll see if manually removing the previous
mod_perl lets the upgrade (install) work.

-Original Message-
From: Adam Prime x443 [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 3:57 PM

To: modperl@perl.apache.org
Subject: RE: 'make test' fails with "the server is down, giving up after 121 
secs"

This might not be any help, but the one time that i ran into this it was because for some reason traffic to localhost was being blocked by iptables due to a configuration oversight.  You might want to check to make sure that isn't happening to you. 


-Original Message-
From: Colvin, Joshua [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 10:07 AM

To: modperl@perl.apache.org
Subject: RE: 'make test' fails with "the server is down, giving up after 121 
secs"

Thanks for the reply Malcolm. I didn't see anything in error_log that
gave me any clues. I've posted the entire contents of error_log in the
original posting (unless there's another error_log I should be looking
at).

We do have ssl configured, but currently disabled:

[EMAIL PROTECTED] conf.d]# ls -l /etc/httpd/conf.d/ssl*
-rw-r--r--  1 root root 10919 Dec 15  2005 /etc/httpd/conf.d/ssl.conf
-rw-r--r--  1 root root 10919 Aug 31  2005 /etc/httpd/conf.d/ssl.conf.disabled

however the entropy seems okay regardless:

[EMAIL PROTECTED] bugzilla-3]# more /proc/sys/kernel/random/entropy_avail 
3648



Do you think it's as simple as hacking the test to wait for longer than
120 seconds?



-Original Message-
From: Malcolm [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 9:54 AM

To: modperl@perl.apache.org
Subject: Re: 'make test' fails with "the server is down, giving up after 121 
secs"

On Thursday 18 October 2007 9:47:31 am Colvin, Joshua wrote:

Hello all,

I am trying to upgrade bugzilla from 2.22 to 3.0.2 on 32-bit RHEL4, and
this means upgrading mod_perl from 1.99_16 to 2.0.03 via CPAN.
Unfortunately the 'make test' fails, saying:

the server is down, giving up after 121 secs
[  error] failed to start server! (please examine t/logs/error_log)


Was there nothing useful in the error_log?


httpd is up and running when the above is output. It does not fail on any
specific test number according to the error_log and I don't see any "error"
msgs in the error_log. I've made sure httpd is stopped before doing the
upgrade, otherwise I always get a:



Below is the console output for everything I did, minus the lengthy parts
that didn't seem relevant. Any ideas?


Do you have ssl configured? One thing I've noticed is that if you do, and 
you're restarting apache a lot (as happens when you're testing) then it's 
very easy to run out of entropy for the random number generator, at which 
point apache will hang on start until the system gains enough entropy.


On a linux box, check:
/proc/sys/kernel/random/_avail
You need numbers over 50 for apache/ssl to be happy, in the hundreds is 
better, single digit means you're stuck.


Solutions include less random random sources, entropy generator sources 
and "cat /var/logs/* > /dev/null" (the quick and dirty method if you just 
need it occasionally).







RE: 'make test' fails with "the server is down, giving up after 121 secs"

2007-10-19 Thread Colvin, Joshua
Unfortunately manually removing all mod_perl rpms and repeating the
install yields the exact same problem. I grepped for some of the 
strings in the output to see if simply increasing the timeout helps,
but could not find where the 120 seconds timeout is set.

Any other ideas? I am all out. :(

-Original Message-
From: Colvin, Joshua 
Sent: Thursday, October 18, 2007 4:05 PM
To: modperl@perl.apache.org
Subject: RE: 'make test' fails with "the server is down, giving up after 121 
secs"

Thanks Adam, but I've got no firewall and selinux is disabled, so those
don't seem to be the problem. I'll see if manually removing the previous
mod_perl lets the upgrade (install) work.

-Original Message-
From: Adam Prime x443 [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 3:57 PM
To: modperl@perl.apache.org
Subject: RE: 'make test' fails with "the server is down, giving up after 121 
secs"

This might not be any help, but the one time that i ran into this it was 
because for some reason traffic to localhost was being blocked by iptables due 
to a configuration oversight.  You might want to check to make sure that isn't 
happening to you. 

-Original Message-
From: Colvin, Joshua [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 10:07 AM
To: modperl@perl.apache.org
Subject: RE: 'make test' fails with "the server is down, giving up after 121 
secs"

Thanks for the reply Malcolm. I didn't see anything in error_log that
gave me any clues. I've posted the entire contents of error_log in the
original posting (unless there's another error_log I should be looking
at).

We do have ssl configured, but currently disabled:

[EMAIL PROTECTED] conf.d]# ls -l /etc/httpd/conf.d/ssl*
-rw-r--r--  1 root root 10919 Dec 15  2005 /etc/httpd/conf.d/ssl.conf
-rw-r--r--  1 root root 10919 Aug 31  2005 /etc/httpd/conf.d/ssl.conf.disabled

however the entropy seems okay regardless:

[EMAIL PROTECTED] bugzilla-3]# more /proc/sys/kernel/random/entropy_avail 
3648


Do you think it's as simple as hacking the test to wait for longer than
120 seconds?



-Original Message-
From: Malcolm [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 9:54 AM
To: modperl@perl.apache.org
Subject: Re: 'make test' fails with "the server is down, giving up after 121 
secs"

On Thursday 18 October 2007 9:47:31 am Colvin, Joshua wrote:
> Hello all,
>
> I am trying to upgrade bugzilla from 2.22 to 3.0.2 on 32-bit RHEL4, and
> this means upgrading mod_perl from 1.99_16 to 2.0.03 via CPAN.
> Unfortunately the 'make test' fails, saying:
>
> the server is down, giving up after 121 secs
> [  error] failed to start server! (please examine t/logs/error_log)

Was there nothing useful in the error_log?

> httpd is up and running when the above is output. It does not fail on any
> specific test number according to the error_log and I don't see any "error"
> msgs in the error_log. I've made sure httpd is stopped before doing the
> upgrade, otherwise I always get a:

> Below is the console output for everything I did, minus the lengthy parts
> that didn't seem relevant. Any ideas?

Do you have ssl configured? One thing I've noticed is that if you do, and 
you're restarting apache a lot (as happens when you're testing) then it's 
very easy to run out of entropy for the random number generator, at which 
point apache will hang on start until the system gains enough entropy.

On a linux box, check:
/proc/sys/kernel/random/_avail
You need numbers over 50 for apache/ssl to be happy, in the hundreds is 
better, single digit means you're stuck.

Solutions include less random random sources, entropy generator sources 
and "cat /var/logs/* > /dev/null" (the quick and dirty method if you just 
need it occasionally).




RE: 'make test' fails with "the server is down, giving up after 121 secs"

2007-10-18 Thread Colvin, Joshua
Thanks Adam, but I've got no firewall and selinux is disabled, so those
don't seem to be the problem. I'll see if manually removing the previous
mod_perl lets the upgrade (install) work.

-Original Message-
From: Adam Prime x443 [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 3:57 PM
To: modperl@perl.apache.org
Subject: RE: 'make test' fails with "the server is down, giving up after 121 
secs"

This might not be any help, but the one time that i ran into this it was 
because for some reason traffic to localhost was being blocked by iptables due 
to a configuration oversight.  You might want to check to make sure that isn't 
happening to you. 

-Original Message-
From: Colvin, Joshua [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 10:07 AM
To: modperl@perl.apache.org
Subject: RE: 'make test' fails with "the server is down, giving up after 121 
secs"

Thanks for the reply Malcolm. I didn't see anything in error_log that
gave me any clues. I've posted the entire contents of error_log in the
original posting (unless there's another error_log I should be looking
at).

We do have ssl configured, but currently disabled:

[EMAIL PROTECTED] conf.d]# ls -l /etc/httpd/conf.d/ssl*
-rw-r--r--  1 root root 10919 Dec 15  2005 /etc/httpd/conf.d/ssl.conf
-rw-r--r--  1 root root 10919 Aug 31  2005 /etc/httpd/conf.d/ssl.conf.disabled

however the entropy seems okay regardless:

[EMAIL PROTECTED] bugzilla-3]# more /proc/sys/kernel/random/entropy_avail 
3648


Do you think it's as simple as hacking the test to wait for longer than
120 seconds?



-Original Message-
From: Malcolm [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 9:54 AM
To: modperl@perl.apache.org
Subject: Re: 'make test' fails with "the server is down, giving up after 121 
secs"

On Thursday 18 October 2007 9:47:31 am Colvin, Joshua wrote:
> Hello all,
>
> I am trying to upgrade bugzilla from 2.22 to 3.0.2 on 32-bit RHEL4, and
> this means upgrading mod_perl from 1.99_16 to 2.0.03 via CPAN.
> Unfortunately the 'make test' fails, saying:
>
> the server is down, giving up after 121 secs
> [  error] failed to start server! (please examine t/logs/error_log)

Was there nothing useful in the error_log?

> httpd is up and running when the above is output. It does not fail on any
> specific test number according to the error_log and I don't see any "error"
> msgs in the error_log. I've made sure httpd is stopped before doing the
> upgrade, otherwise I always get a:

> Below is the console output for everything I did, minus the lengthy parts
> that didn't seem relevant. Any ideas?

Do you have ssl configured? One thing I've noticed is that if you do, and 
you're restarting apache a lot (as happens when you're testing) then it's 
very easy to run out of entropy for the random number generator, at which 
point apache will hang on start until the system gains enough entropy.

On a linux box, check:
/proc/sys/kernel/random/_avail
You need numbers over 50 for apache/ssl to be happy, in the hundreds is 
better, single digit means you're stuck.

Solutions include less random random sources, entropy generator sources 
and "cat /var/logs/* > /dev/null" (the quick and dirty method if you just 
need it occasionally).




RE: 'make test' fails with "the server is down, giving up after 121 secs"

2007-10-18 Thread Adam Prime x443
This might not be any help, but the one time that i ran into this it was 
because for some reason traffic to localhost was being blocked by iptables due 
to a configuration oversight.  You might want to check to make sure that isn't 
happening to you. 

-Original Message-
From: Colvin, Joshua [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 10:07 AM
To: modperl@perl.apache.org
Subject: RE: 'make test' fails with "the server is down, giving up after 121 
secs"

Thanks for the reply Malcolm. I didn't see anything in error_log that
gave me any clues. I've posted the entire contents of error_log in the
original posting (unless there's another error_log I should be looking
at).

We do have ssl configured, but currently disabled:

[EMAIL PROTECTED] conf.d]# ls -l /etc/httpd/conf.d/ssl*
-rw-r--r--  1 root root 10919 Dec 15  2005 /etc/httpd/conf.d/ssl.conf
-rw-r--r--  1 root root 10919 Aug 31  2005 /etc/httpd/conf.d/ssl.conf.disabled

however the entropy seems okay regardless:

[EMAIL PROTECTED] bugzilla-3]# more /proc/sys/kernel/random/entropy_avail 
3648


Do you think it's as simple as hacking the test to wait for longer than
120 seconds?



-Original Message-
From: Malcolm [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 9:54 AM
To: modperl@perl.apache.org
Subject: Re: 'make test' fails with "the server is down, giving up after 121 
secs"

On Thursday 18 October 2007 9:47:31 am Colvin, Joshua wrote:
> Hello all,
>
> I am trying to upgrade bugzilla from 2.22 to 3.0.2 on 32-bit RHEL4, and
> this means upgrading mod_perl from 1.99_16 to 2.0.03 via CPAN.
> Unfortunately the 'make test' fails, saying:
>
> the server is down, giving up after 121 secs
> [  error] failed to start server! (please examine t/logs/error_log)

Was there nothing useful in the error_log?

> httpd is up and running when the above is output. It does not fail on any
> specific test number according to the error_log and I don't see any "error"
> msgs in the error_log. I've made sure httpd is stopped before doing the
> upgrade, otherwise I always get a:

> Below is the console output for everything I did, minus the lengthy parts
> that didn't seem relevant. Any ideas?

Do you have ssl configured? One thing I've noticed is that if you do, and 
you're restarting apache a lot (as happens when you're testing) then it's 
very easy to run out of entropy for the random number generator, at which 
point apache will hang on start until the system gains enough entropy.

On a linux box, check:
/proc/sys/kernel/random/_avail
You need numbers over 50 for apache/ssl to be happy, in the hundreds is 
better, single digit means you're stuck.

Solutions include less random random sources, entropy generator sources 
and "cat /var/logs/* > /dev/null" (the quick and dirty method if you just 
need it occasionally).



RE: 'make test' fails with "the server is down, giving up after 121 secs"

2007-10-18 Thread Colvin, Joshua
You're right, we do have the 1.99 installed, however I thought
removing the offending files (pointed out by the CPAN install)
and doing an "install" of the newer version would handle that
for me. I will definitely manually remove the rpms and retry 
once I get another window. Thanks.

-Original Message-
From: Fred Moyer [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 10:48 AM
To: Colvin, Joshua; modperl@perl.apache.org
Subject: Re: 'make test' fails with "the server is down, giving up after 121 
secs"

> [EMAIL PROTECTED] bugzilla-3]# rpm -qa|grep mod_perl
> mod_perl-devel-1.99_16-4
> mod_perl-1.99_16-4

Looks like you have a old version installed, it might help to remove 
that rpm if you are installing 2.0.3 from source.



> [EMAIL PROTECTED] bugzilla-3]#
> [EMAIL PROTECTED] bugzilla-3]# cp /root/perl-test/Apache2.pm 
> /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/
> [EMAIL PROTECTED] bugzilla-3]# cp -R /root/perl-test/Apache 
> /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/
> [EMAIL PROTECTED] bugzilla-3]# service httpd restart
> Stopping httpd:    [  OK  ]
> Starting httpd:    [  OK  ]
> [EMAIL PROTECTED] bugzilla-3]#


RE: 'make test' fails with "the server is down, giving up after 121 secs"

2007-10-18 Thread Colvin, Joshua
Thanks for the reply Malcolm. I didn't see anything in error_log that
gave me any clues. I've posted the entire contents of error_log in the
original posting (unless there's another error_log I should be looking
at).

We do have ssl configured, but currently disabled:

[EMAIL PROTECTED] conf.d]# ls -l /etc/httpd/conf.d/ssl*
-rw-r--r--  1 root root 10919 Dec 15  2005 /etc/httpd/conf.d/ssl.conf
-rw-r--r--  1 root root 10919 Aug 31  2005 /etc/httpd/conf.d/ssl.conf.disabled

however the entropy seems okay regardless:

[EMAIL PROTECTED] bugzilla-3]# more /proc/sys/kernel/random/entropy_avail 
3648


Do you think it's as simple as hacking the test to wait for longer than
120 seconds?



-Original Message-
From: Malcolm [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 9:54 AM
To: modperl@perl.apache.org
Subject: Re: 'make test' fails with "the server is down, giving up after 121 
secs"

On Thursday 18 October 2007 9:47:31 am Colvin, Joshua wrote:
> Hello all,
>
> I am trying to upgrade bugzilla from 2.22 to 3.0.2 on 32-bit RHEL4, and
> this means upgrading mod_perl from 1.99_16 to 2.0.03 via CPAN.
> Unfortunately the 'make test' fails, saying:
>
> the server is down, giving up after 121 secs
> [  error] failed to start server! (please examine t/logs/error_log)

Was there nothing useful in the error_log?

> httpd is up and running when the above is output. It does not fail on any
> specific test number according to the error_log and I don't see any "error"
> msgs in the error_log. I've made sure httpd is stopped before doing the
> upgrade, otherwise I always get a:

> Below is the console output for everything I did, minus the lengthy parts
> that didn't seem relevant. Any ideas?

Do you have ssl configured? One thing I've noticed is that if you do, and 
you're restarting apache a lot (as happens when you're testing) then it's 
very easy to run out of entropy for the random number generator, at which 
point apache will hang on start until the system gains enough entropy.

On a linux box, check:
/proc/sys/kernel/random/_avail
You need numbers over 50 for apache/ssl to be happy, in the hundreds is 
better, single digit means you're stuck.

Solutions include less random random sources, entropy generator sources 
and "cat /var/logs/* > /dev/null" (the quick and dirty method if you just 
need it occasionally).



Re: 'make test' fails with "the server is down, giving up after 121 secs"

2007-10-18 Thread Malcolm
On Thursday 18 October 2007 9:47:31 am Colvin, Joshua wrote:
> Hello all,
>
> I am trying to upgrade bugzilla from 2.22 to 3.0.2 on 32-bit RHEL4, and
> this means upgrading mod_perl from 1.99_16 to 2.0.03 via CPAN.
> Unfortunately the 'make test' fails, saying:
>
> the server is down, giving up after 121 secs
> [  error] failed to start server! (please examine t/logs/error_log)

Was there nothing useful in the error_log?

> httpd is up and running when the above is output. It does not fail on any
> specific test number according to the error_log and I don't see any "error"
> msgs in the error_log. I've made sure httpd is stopped before doing the
> upgrade, otherwise I always get a:

> Below is the console output for everything I did, minus the lengthy parts
> that didn't seem relevant. Any ideas?

Do you have ssl configured? One thing I've noticed is that if you do, and 
you're restarting apache a lot (as happens when you're testing) then it's 
very easy to run out of entropy for the random number generator, at which 
point apache will hang on start until the system gains enough entropy.

On a linux box, check:
/proc/sys/kernel/random/_avail
You need numbers over 50 for apache/ssl to be happy, in the hundreds is 
better, single digit means you're stuck.

Solutions include less random random sources, entropy generator sources 
and "cat /var/logs/* > /dev/null" (the quick and dirty method if you just 
need it occasionally).


'make test' fails with "the server is down, giving up after 121 secs"

2007-10-18 Thread Colvin, Joshua
Hello all,

I am trying to upgrade bugzilla from 2.22 to 3.0.2 on 32-bit RHEL4, and 
this means upgrading mod_perl from 1.99_16 to 2.0.03 via CPAN. 
Unfortunately the 'make test' fails, saying:

the server is down, giving up after 121 secs
[  error] failed to start server! (please examine t/logs/error_log)

httpd is up and running when the above is output. It does not fail on any
specific test number according to the error_log and I don't see any "error"
msgs in the error_log. I've made sure httpd is stopped before doing the
upgrade, otherwise I always get a:

[  error] port 8529 is in use, cannot determine server pid to shutdown


For what it's worth, I notice this after mod_perl restarts httpd:

.[  error] Failed to find a config file to save the custom configuration in


Below is the console output for everything I did, minus the lengthy parts that
didn't seem relevant. Any ideas?

Thanks,
Josh


--

[EMAIL PROTECTED] bugzilla-3]# /usr/bin/perl -MCPAN -e 'install mod_perl2'
CPAN: Storable loaded ok
Going to read /usr/src/cpan/Metadata
  Database was generated on Tue, 04 Sep 2007 06:36:44 GMT
Running install for module mod_perl2
Running make for P/PG/PGOLLUCCI/mod_perl-2.0.3.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for 
/usr/src/cpan/sources/authors/id/P/PG/PGOLLUCCI/mod_perl-2.0.3.tar.gz ok
Scanning cache /usr/src/cpan/build for sizes
mod_perl-2.0.3
mod_perl-2.0.3/t
..
mod_perl-2.0.3/t/response/TestAPI/lookup_misc.pm
mod_perl-2.0.3/t/response/TestAPI/uri.pm
mod_perl-2.0.3/t/response/TestAPI/aplog.pm
mod_perl-2.0.3/t/response/TestAPI/sendfile.pm
mod_perl-2.0.3/t/response/TestAPI/in_out_filters.pm
mod_perl-2.0.3/t/response/TestAPI/module.pm
/bin/tar: Read 6144 bytes from -
mod_perl-2.0.3/t/response/TestAPI/slurp_filename.pm
Removing previously used /usr/src/cpan/build/mod_perl-2.0.3

  CPAN.pm: Going to build P/PG/PGOLLUCCI/mod_perl-2.0.3.tar.gz

mod_perl/1.99_16 installation detected... not ok

Cannot install mod_perl/2.0.3 on top of mod_perl/1.99_16
due to a major API change between mod_perl 1.999_21 and 1.999_22.

Conflicting file: 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Apache2.pm
Conflicting dir: /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Apache

Please nuke the prior mod_perl installation from your site_lib,
use a different perl to run the installation process, or use the
PREFIX option when creating your Makefile.  See:

  http://perl.apache.org/docs/2.0/rename.html

for more details.

aborting...
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install
[EMAIL PROTECTED] bugzilla-3]# mkdir /root/perl-test
[EMAIL PROTECTED] bugzilla-3]# mv 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Apache2.pm 
/root/perl-test/
[EMAIL PROTECTED] bugzilla-3]# mv 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Apache /root/perl-test/
[EMAIL PROTECTED] bugzilla-3]# netstat -alp|grep 8529
[EMAIL PROTECTED] bugzilla-3]# /usr/bin/perl -MCPAN -e 'install mod_perl2'
CPAN: Storable loaded ok
Going to read /usr/src/cpan/Metadata
  Database was generated on Tue, 04 Sep 2007 06:36:44 GMT
Running install for module mod_perl2
Running make for P/PG/PGOLLUCCI/mod_perl-2.0.3.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for 
/usr/src/cpan/sources/authors/id/P/PG/PGOLLUCCI/mod_perl-2.0.3.tar.gz ok
Scanning cache /usr/src/cpan/build for sizes
mod_perl-2.0.3
mod_perl-2.0.3/t
..
mod_perl-2.0.3/t/response/TestAPI/sub_request.pm
mod_perl-2.0.3/t/response/TestAPI/status.pm
mod_perl-2.0.3/t/response/TestAPI/conn_util.pm
mod_perl-2.0.3/t/response/TestAPI/lookup_misc.pm
mod_perl-2.0.3/t/response/TestAPI/uri.pm
mod_perl-2.0.3/t/response/TestAPI/aplog.pm
mod_perl-2.0.3/t/response/TestAPI/sendfile.pm
mod_perl-2.0.3/t/response/TestAPI/in_out_filters.pm
mod_perl-2.0.3/t/response/TestAPI/module.pm
/bin/tar: Read 6144 bytes from -
mod_perl-2.0.3/t/response/TestAPI/slurp_filename.pm
Removing previously used /usr/src/cpan/build/mod_perl-2.0.3

  CPAN.pm: Going to build P/PG/PGOLLUCCI/mod_perl-2.0.3.tar.gz

no conflicting prior mod_perl version found - good.

Next we need to know where the 'apxs' script is located. This script
provides a lot of information about the Apache installation, and makes
it easier to find things on your system. Normally it's located in the
same directory as the 'httpd' executable.

If you don't yet have Apache installed you can build Apache against
the Apache source code, but you won't be able to run the test suite (a
very important step). Therefore you may want to install Apache before
proceeding.


Please provide a full path to 'apxs' executable
(press Enter if you don't have it installed):  /usr/sbin/apxs


Configuring Apache/2.0.52 mod_perl/2.0.3 Perl/v5.8.5
Checking if your kit is