From owner-freebsd-security Fri Jun 8 17: 8:48 2001 Delivered-To: freebsd-security@freebsd.org Received: from onion.ish.org (onion.ish.org [210.145.219.202]) by hub.freebsd.org (Postfix) with ESMTP id E966537B405 for ; Fri, 8 Jun 2001 17:08:43 -0700 (PDT) (envelope-from ishizuka@ish.org) Received: from localhost (ishizuka@localhost [127.0.0.1]) by onion.ish.org (8.11.3/8.11.3/2001-05-23) with ESMTP id f5908fK07119 for ; Sat, 9 Jun 2001 09:08:41 +0900 (JST) (envelope-from ishizuka@ish.org) To: freebsd-security@FreeBSD.ORG Subject: RE: FreeBSD Security Advisory: FreeBSD-SA-01:40.fts In-Reply-To: <20010608164526.4F02437B405@hub.freebsd.org> References: <20010608164526.4F02437B405@hub.freebsd.org> X-Mailer: Mew version 1.94.2 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint20: 276D 697A C2CB 1580 C683 8F18 DA98 1A4A 50D2 C4CB X-PGP-Fingerprint16: C6 DE 46 24 D7 9F 22 EB 79 E2 90 AB 1B 9A 35 2E X-PGP-Public-Key: http://www.ish.org/pgp-public-key.txt X-URL: http://www.ish.org/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010609090841X.ishizuka@onion.ish.org> Date: Sat, 09 Jun 2001 09:08:41 +0900 From: Masachika ISHIZUKA X-Dispatcher: imput version 20000414(IM141) Lines: 41 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >>> But it seems that: >>> 1. >>> # cd /usr/src/lib/libc >>> >>> should be /usr/src/lib/libc/gen, right? >>> >>> (now in which directory do I "make depend && make all install"?) >> >> No, it shouldn't. >> src/lib/libc/gen contains only part of the libc sources - the so-called >> 'generic' functions. In this case, you need to rebuild the whole of libc - >> libc/gen only builds several object files, not a whole library. > > The patch didn't work for me until I cd-ed to .../gen > > Either the patch or the instructions should be fixed. Dear, sir. I have the same question, above. And I have more questions. The following commands are not inked statically, why do we have to recompile these commands ? # cd /usr/src/usr.bin/du # make depend && make all install # cd /usr/src/usr.bin/find # make depend && make all install # cd /usr/src/usr.bin/chgrp # make depend && make all install # cd /usr/src/libexec/ftpd # make depend && make all install # cd /usr/src/usr.sbin/ckdist # make depend && make all install # cd /usr/src/usr.sbin/ctm # make depend && make all install # cd /usr/src/usr.sbin/mtree # make depend && make all install # cd /usr/src/usr.sbin/pkg_install # make depend && make all install -- ishizuka@ish.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message