From owner-freebsd-questions@FreeBSD.ORG Sat Apr 9 16:28:10 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8E2E16A4CE for ; Sat, 9 Apr 2005 16:28:10 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA4343D2F for ; Sat, 9 Apr 2005 16:28:10 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1082430wra for ; Sat, 09 Apr 2005 09:28:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=OlJuwgTjHY5sBjoR/nX1eklzFcZsOofCSyjbzANeMbR69JJSFC6GKX115wge0qEv+C5CEphTv1ZXqaEoRm5UIhCPqlPKgykm8Ly8dd13bwPPDAsWU1DVWYN0y32ASXykcjbnxjvyQqy/Kmm8e4IdS7jM9FQaqPB/a4ewKgS3Z0M= Received: by 10.54.15.51 with SMTP id 51mr587510wro; Sat, 09 Apr 2005 09:28:09 -0700 (PDT) Received: by 10.54.24.61 with HTTP; Sat, 9 Apr 2005 09:28:09 -0700 (PDT) Message-ID: Date: Sat, 9 Apr 2005 21:58:09 +0530 From: Subhro To: Tom Vilot In-Reply-To: <4257FFAB.4050705@vilot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <4257FC16.1080204@vilot.com> <4257FEEB.3040608@gmail.com> <4257FFAB.4050705@vilot.com> cc: FreeBSD Questions Subject: Re: httpd.core X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Subhro List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 16:28:10 -0000 On Apr 9, 2005 9:45 PM, Tom Vilot 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