> Adam Gent wrote:
>
> >>>>but I think your problem is different. There are cases where the
machine
> >>>>doesn't have enough entropy, so it'd block on getting PRNG
initialized.
> >>>
> >>>Your
> >>&g
> Adam Gent wrote:
> [...]
> >>You could try to run:
> >>
> >>% t/TEST -start_timeout 120
> >
> >
> > Tried this and it worked it had to wait 68 seconds
>
> Cool, so we may need to change the default startup to a higher value (I
guess
> > waiting 60 seconds for server to start: ...[Wed
Dec
> > 10 00:04:16 2003] [info] 22 Apache:: modules loaded
> > [Wed Dec 10 00:04:16 2003] [info] 5 APR:: modules loaded
> > [Wed Dec 10 00:04:16 2003] [info] base server + 11 vhosts ready to run
tests
> > .
1. Problem Description:
Apache server fails to start while running make test
Output from make test:
/usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl-1.99_11/t -f
/usr/local/src/mod_perl-1.99_11/t/conf/httpd.conf -DAPACHE2
using Apache/2.0.48 (prefork MPM)
waiting 60 seconds for ser
> Although the test do not run. Apache not starting.
This one is strange as well.
This is the last bit of the output from make test
/usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl-1.99_11/t -f
/usr/local/src/mod_perl-1.99_11/t/conf/httpd.conf -DAPACHE2
using Apache/2.0.48 (prefork MPM)
Stas Bekman wrote:
> So you didn't have it, and once added, the error has disappeared and you
were
> able to build mp2, right?
I the line into /etc/hosts and the makefile runs fine.
Although the test do not run. Apache not starting.
Thanks,
Adam
---
Outgoing mail is certified Virus Free.
Che
servername localhost
so it looks like it does want the entry in /etc/hosts.
TBH I dont know why it is not in there.
Adam
- Original Message -
From: "Stas Bekman" <[EMAIL PROTECTED]>
To: "Adam Gent" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sen
Hi,
I am trying to install mod_perl but can not get past the makefile stage.
I am using
perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 MP_USE_DSO=1
and get this output
Reading Makefile.PL args from @ARGV
MP_AP_PREFIX = /usr/local/apache2
MP_USE_DSO = 1
Configuring Apache/2.0.48 mod_per