From owner-freebsd-current Wed Apr 23 18:47:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA07177 for current-outgoing; Wed, 23 Apr 1997 18:47:24 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA07171 for ; Wed, 23 Apr 1997 18:47:20 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id UAA01948; Wed, 23 Apr 1997 20:47:14 -0500 (EST) From: "John S. Dyson" Message-Id: <199704240147.UAA01948@dyson.iquest.net> Subject: Re: You will need to recompile your libc and apps!!! In-Reply-To: from Chuck Robey at "Apr 23, 97 08:16:43 pm" To: chuckr@mat.net (Chuck Robey) Date: Wed, 23 Apr 1997 20:47:14 -0500 (EST) Cc: toor@dyson.iquest.net, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Can I handle this by doing a make world first, relinking all my apps > (from ports I guess this means, since the make world will handle the base > system) and then installing a new kernel (in that order) ? > Do the make world, but aren't most apps in ports linked dynamically? You'll only have to relink statically linked ports. Of course, install the kernel last. However, most things do work even if you don't put the userland fixes in. John