Thank you both,

I found the what was causing problems: RedHat by default creates all home
directories with no read permissions for third parties, so when I chnaged
that it worked.

Thanks again,
Petar



__________________________________________________________
Petar Maymounkov                      Cell: (617) 283-2401
166 Quincy Mail Center                Home: (617) 493-3106
Cambridge, MA 02138        Page: [EMAIL PROTECTED]

On Sat, 2 Oct 1999, Stas Bekman wrote:

> 
> > Hi everybody,
> > 
> > I am installing apache 1.3.9 and modperl 1.21:
> > 
> > I untar them in two subdirectories of the same home directory,
> > then I go to the modperl directory and type:
> > 
> > perl Makefile.PL APACHE_SRC=../apache_1.3.9/src \
> >     DO_HTTPD=1 USE_APACI=1 PERL_MARK_WHERE=1 EVERYTHING=1
> > 
> > then:
> > 
> > make
> > 
> > (it compiles everything fine)
> > 
> > and then when I run:
> > 
> > make test
> > 
> > I always get:
> > 
> > .
> > .
> > .
> > cp t/conf/mod_perl_srm.conf t/conf/srm.conf
> > ../apache_1.3.9/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
> > httpd listening on port 8529
> > will write error_log to: t/logs/error_log
> > letting apache warm up...\c
> > done
> > /usr/bin/perl t/TEST 0
> > still waiting for server to warm up............not ok
> > server failed to start! at t/TEST line 95.
> > make: *** [run_tests] Error 9
> > 
> > Can someone please help me?
> 
> Take a look at t/logs/error_log for possible problems.
> If it's empty someone reported that allowing a few more secs for a server
> to wake up might help, to accomplish that edit t/TEST file:
> 
>     else {
>         print "still waiting for server to warm up...";
>     }
>     for (1..3) {
>         sleep $_;
> 
> =>
> 
>     else {
>         print "still waiting for server to warm up...";
>     }
>     for (1..10) {
>         sleep $_;
> 
> Tell us whether it worked, since if it did, it's a time to modify the
> t/TEST in CVS
> 
> 
> > 
> > Thank you
> > Petar
> > 
> > 
> > __________________________________________________________
> > Petar Maymounkov                      Cell: (617) 283-2401
> > 166 Quincy Mail Center                Home: (617) 493-3106
> > Cambridge, MA 02138        Page: [EMAIL PROTECTED]
> > 
> > 
> > 
> 
> 
> 
> _______________________________________________________________________
> Stas Bekman  mailto:[EMAIL PROTECTED]    www.singlesheaven.com/stas  
> Perl,CGI,Apache,Linux,Web,Java,PC at  www.singlesheaven.com/stas/TULARC
> www.apache.org  & www.perl.com  == www.modperl.com  ||  perl.apache.org
> single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com
> 

Reply via email to