Date: Thu, 10 Nov 2005 21:27:46 +0800 (WST) From: David Adam <zanchey@ucc.gu.uwa.edu.au> To: =?ISO-8859-1?Q?Johan_Str=F6m?= <johan@stromnet.org> Cc: Brian Fundakowski Feldman <green@freebsd.org>, freebsd-stable@freebsd.org Subject: Re: Apache2, mod_python and nss_ldap: Coredump... Message-ID: <Pine.LNX.4.58.0511102123410.7536@mussel.ucc.gu.uwa.edu.au> In-Reply-To: <DF6C784E-375E-46C9-91C1-809FF7F8F2DF@stromnet.org> References: <89E441A8-CC50-4F11-BE3E-AE6C384F5305@stromnet.org> <20051109232546.GP37350@green.homeunix.org> <DF6C784E-375E-46C9-91C1-809FF7F8F2DF@stromnet.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.58.0511102123410.7536>