[parts of the message were snipped]

On Sun, 17 Jun 2001, Ian (the webguy) wrote:

> I used the makepl_args.mod_perl file that was given to me earlier, and I am
> still getting the following error messages...
> <snippet number=1>
> make[1]: Leaving directory `/home/ian/mod_perl-1.25/Util'
> 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! (please examine t/logs/error_log) at t/TEST line 95.
> make: *** [run_tests] Error 9
> </snippet>
>
> [Sun Jun 17 02:12:39 2001] [crit] (98)Address already in use: make_sock:
> could not bind to port 8529
> Server is not starting !?

you already have a server running, kill it first.

$ killall httpd

test that you've it killed

$ ps auxc | grep httpd

now try again.

$ make test

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


Reply via email to