From owner-freebsd-stable@FreeBSD.ORG Thu Nov 10 13:28:16 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B2A16A41F; Thu, 10 Nov 2005 13:28:16 +0000 (GMT) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from asclepius.uwa.edu.au (asclepius3.uwa.edu.au [130.95.128.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73BC843D46; Thu, 10 Nov 2005 13:28:14 +0000 (GMT) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from asclepius.kas (localhost.localdomain [127.0.0.1]) by asclepius.uwa.edu.au (Postfix) with SMTP id B92C31841DC; Thu, 10 Nov 2005 21:27:48 +0800 (WST) Received: from asclepius (localhost.localdomain [127.0.0.1]) by asclepius.prekas (Postfix) with SMTP id B36C4184088; Thu, 10 Nov 2005 21:27:48 +0800 (WST) X-UWA-Client-IP: 130.95.13.9 (UWA) Received: from mooneye.ucc.gu.uwa.edu.au (mooneye.ucc.gu.uwa.edu.au [130.95.13.9]) by asclepius.extinput (Postfix) with ESMTP id A5485183851; Thu, 10 Nov 2005 21:27:48 +0800 (WST) Received: by mooneye.ucc.gu.uwa.edu.au (Postfix, from userid 801) id 4ABCC17E2F; Thu, 10 Nov 2005 21:27:47 +0800 (WST) Received: from mussel.ucc.gu.uwa.edu.au (mussel.ucc.gu.uwa.edu.au [130.95.13.18]) by mooneye.ucc.gu.uwa.edu.au (Postfix) with ESMTP id 19D5017E23; Thu, 10 Nov 2005 21:27:47 +0800 (WST) Received: from zanchey (helo=localhost) by mussel.ucc.gu.uwa.edu.au with local-esmtp (Exim 3.36 #1 (Debian)) id 1EaCSx-0003Oi-00; Thu, 10 Nov 2005 21:27:47 +0800 Date: Thu, 10 Nov 2005 21:27:46 +0800 (WST) From: David Adam To: =?ISO-8859-1?Q?Johan_Str=F6m?= In-Reply-To: Message-ID: References: <89E441A8-CC50-4F11-BE3E-AE6C384F5305@stromnet.org> <20051109232546.GP37350@green.homeunix.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-SpamTest-Info: Profile: Formal (278/051031) X-SpamTest-Info: Profile: Detect Hard [UCS 290904] X-SpamTest-Info: Profile: SysLog X-SpamTest-Info: Profile: Marking Spam - Subject (UCS) [02-08-04] X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release Cc: Brian Fundakowski Feldman , freebsd-stable@freebsd.org Subject: Re: Apache2, mod_python and nss_ldap: Coredump... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 13:28:16 -0000 I can't help with most of your problem, but... On Thu, 10 Nov 2005, Johan Str=F6m wrote: > Is there any way to check if a lib is strip'd/got debug symbols or not? file(1) will tell you. /usr/obj/usr/src/lib/libmagic/compress.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped strip(1) the file, and it becomes... /usr/obj/usr/src/lib/libmagic/compress.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), stripped David Adam zanchey@ucc.gu.uwa.edu.au