From owner-freebsd-current Tue Mar 7 16: 2: 4 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 26EBA37B55B; Tue, 7 Mar 2000 16:02:01 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA60827; Tue, 7 Mar 2000 17:01:59 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA97744; Tue, 7 Mar 2000 17:01:47 -0700 (MST) Message-Id: <200003080001.RAA97744@harmony.village.org> To: Ruslan Ermilov Subject: Re: 3.4 -> 4.0 upgrade problems Cc: Kris Kennaway , current@FreeBSD.ORG In-reply-to: Your message of "Tue, 07 Mar 2000 11:56:32 +0200." <20000307115632.A72634@relay.ucb.crimea.ua> References: <20000307115632.A72634@relay.ucb.crimea.ua> Date: Tue, 07 Mar 2000 17:01:47 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000307115632.A72634@relay.ucb.crimea.ua> Ruslan Ermilov writes: : > 1) genassym and config were complaining about not being able to find : > libc.so.4 when I installed them. Workaround: go back and rebuild with with : > CFLAGS="-static" A better work around is cd lib/libc and do a make install. : We certainly need to update src/UPDATING accordingly, see the patch : attached. : + make buildkernel installkernel KERNEL="NAME_OF_YOUR_KERNEL" I'm not sure that this is wise. When I tried this, I got /NAME_OF_YOUR_KERNEL rather than /kernel like I'd have expected. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message