Date: Sat, 9 Apr 2005 21:58:09 +0530 From: Subhro <subhro.kar@gmail.com> To: Tom Vilot <tom@vilot.com> Cc: FreeBSD Questions <questions@freebsd.org> Subject: Re: httpd.core Message-ID: <b2807d04050409092830c831d7@mail.gmail.com> In-Reply-To: <4257FFAB.4050705@vilot.com> References: <4257FC16.1080204@vilot.com> <4257FEEB.3040608@gmail.com> <4257FFAB.4050705@vilot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 9, 2005 9:45 PM, Tom Vilot <tom@vilot.com> wrote: > Thank you, Subhro, for such a quick response to my question. > > Now ... the only problem is that if I examine the httpd.core file, it > evidently has no debugging information in it (naturally): This is because you need to explicitly build debugging symbols in the binary. Otherwise the whole debugging procedure is very crippled > How do I build Apache with debugging information? For getting this information you need to read through the Makefile. Generally the compile time option is DEBUG. So the procudere would be make -DDEBUG -Dother_compile_options_as_required This also applies for Apache. Best Regards, S. -- Subhro Sankha Kar School of Information Technology Block AQ-13/1 Sector V ZIP 700091 India
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b2807d04050409092830c831d7>