apache startup problem

2003-09-19 Thread H. Bartel
Hi everybody, after succesfully de- and reinstalling apache13, I get the following error after running /usr/local/sbin/apachectl start Bus error (core dumped) /usr/local/sbin/apachectl start: httpd could not be started /kernel: pid 141 (httpd), uid 0: exited on signal 10 (core dumped) After

Re: apache startup problem

2003-09-19 Thread Jens Rehsack
H. Bartel wrote: Hi everybody, after succesfully de- and reinstalling apache13, I get the following error after running /usr/local/sbin/apachectl start Bus error (core dumped) /usr/local/sbin/apachectl start: httpd could not be started /kernel: pid 141 (httpd), uid 0: exited on signal 10 (core

Re: apache startup problem

2003-09-19 Thread Laurens Heeren
Hey, what do you get when you run: apachectl configtest ? Greets, Laurens On Fri, 19 Sep 2003 12:10:13 +0200 H. Bartel [EMAIL PROTECTED] wrote: Hi everybody, after succesfully de- and reinstalling apache13, I get the following error after running /usr/local/sbin/apachectl start Bus

Re: apache startup problem

2003-09-19 Thread H. Bartel
On 09/19/2003 12:17 PM [EMAIL PROTECTED] (Laurens Heeren) wrote: what do you get when you run: apachectl configtest ? I get: Syntax OK ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: apache startup problem

2003-09-19 Thread H. Bartel
On 09/19/2003 10:17 AM [EMAIL PROTECTED] (Jens Rehsack) wrote: If I were you I'd try gdb apache apache.core to identify the module which dumps. If it's a standard one, you shouldn't probably rebuild it using lower optimization level. I read the man pages for gdb but 'gdb apache apache.core'

Re: apache startup problem

2003-09-19 Thread Jens Rehsack
H. Bartel wrote: On 09/19/2003 10:17 AM [EMAIL PROTECTED] (Jens Rehsack) wrote: If I were you I'd try gdb apache apache.core to identify the module which dumps. If it's a standard one, you shouldn't probably rebuild it using lower optimization level. I read the man pages for gdb but 'gdb

Re: apache startup problem

2003-09-19 Thread H. Bartel
On 09/19/2003 11:21 AM [EMAIL PROTECTED] (Jens Rehsack) wrote: You should either search the file or start the apache from within the gdb. If I start the apache from within the gdb I get the following: Undefined command: . Try help. What I typed is: (gdb) /usr/local/sbin/apachectl start