Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Jun 2001 09:08:41 +0900
From:      Masachika ISHIZUKA <ishizuka@ish.org>
To:        freebsd-security@FreeBSD.ORG
Subject:   RE: FreeBSD Security Advisory: FreeBSD-SA-01:40.fts
Message-ID:  <20010609090841X.ishizuka@onion.ish.org>
In-Reply-To: <20010608164526.4F02437B405@hub.freebsd.org>
References:  <20010608164526.4F02437B405@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010609090841X.ishizuka>