Adam Gent wrote:
[...]
waiting 60 seconds for server to start: giving up after 61 secs
!!! server failed to start! (please examine t/logs/error_log)
It says that the server failed to start but when I do
What does your t/logs/error_log say.
Also I'd appreciate if you've read http://perl.apache.org/
> 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
Adam Gent wrote:
Hi,
It returns
Reading Makefile.PL args from @ARGV
MP_AP_PREFIX = /usr/local/apache2
MP_USE_DSO = 1
Configuring Apache/2.0.48 mod_perl/1.99_11 Perl/v5.8.2
!!! default servername localhost
Usage: Socket::inet_ntoa(ip_address_sv) at
Apache-Test/lib/Apache/TestConfig.pm line 5
t: Tuesday, December 09, 2003 10:44 PM
Subject: Re: Problems installing mod_perl
> Adam Gent wrote:
> > 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/loca
Adam Gent wrote:
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 Apac