From owner-freebsd-stable Fri Apr 6 11: 4:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 8FC9637B446 for ; Fri, 6 Apr 2001 11:04:09 -0700 (PDT) (envelope-from bfischer@Techfak.Uni-Bielefeld.DE) Received: from fwd01.aul.t-online.de by mailout03.sul.t-online.com with smtp id 14laae-0002cm-04; Fri, 06 Apr 2001 20:04:08 +0200 Received: from frolic.no-support.loc (520094253176-0001@[217.0.157.108]) by fmrl01.sul.t-online.com with esmtp id 14laaP-04z4yGC; Fri, 6 Apr 2001 20:03:53 +0200 Received: (from bjoern@localhost) by frolic.no-support.loc (8.11.1/8.9.3) id f36I1c303270; Fri, 6 Apr 2001 20:01:38 +0200 (CEST) (envelope-from bjoern) From: Bjoern Fischer Date: Fri, 6 Apr 2001 20:01:38 +0200 To: Randall Hopper Cc: stable@FreeBSD.ORG Subject: Re: nm: libc.so.4: no symbols (Huh?) Message-ID: <20010406200138.A2659@frolic.no-support.loc> References: <20010405225355.A40150@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010405225355.A40150@nc.rr.com>; from aa8vb@nc.rr.com on Thu, Apr 05, 2001 at 10:53:55PM -0400 X-Sender: 520094253176-0001@t-dialin.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Randall, > I can dump symbols from other .so's. Why not anything in /usr/lib? > > stealth : /usr/lib # nm -Bo libc.so.4 > /usr/libexec/elf/nm: libc.so.4: no symbols The libraries are stripped, they only contain symbols that are required for dynamic linking and relocation processing: broccoli:~$ nm -D /usr/lib/libc.so | tail -10 000582b0 T yp_master 00057970 T yp_match 00057dbc T yp_next 00058168 T yp_order 000578f4 T yp_unbind 00057088 T ypbinderr_string 000584fc T yperr_string 00058624 T ypprot_err 00094c70 B ypresp_allfn 00094c68 B ypresp_data See nm(1). Bjorn -- -----BEGIN GEEK CODE BLOCK----- GCS d--(+) s++: a- C+++(-) UB++++OSI++++$ P+++(-) L---(++) !E W- N+ o>+ K- !w !O !M !V PS++ PE- PGP++ t+++ !5 X++ tv- b+++ D++ G e+ h-- y+ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message