From owner-freebsd-stable Sun Apr 9 9:18:48 2000 Delivered-To: freebsd-stable@freebsd.org Received: from emu.prod.itd.earthlink.net (emu.prod.itd.earthlink.net [207.217.121.31]) by hub.freebsd.org (Postfix) with ESMTP id EE05737B9A0 for ; Sun, 9 Apr 2000 09:18:44 -0700 (PDT) (envelope-from eogren@earthlink.net) Received: from rod.darktech.org (ip130.cambridge2.ma.pub-ip.psi.net [38.32.112.130]) by emu.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id JAA14908; Sun, 9 Apr 2000 09:18:41 -0700 (PDT) Received: by rod.darktech.org (Postfix, from userid 1001) id E39C133D; Sun, 9 Apr 2000 12:19:50 -0400 (EDT) Date: Sun, 9 Apr 2000 12:19:50 -0400 From: Eric Ogren To: Chris Malayter Cc: freebsd-stable@FreeBSD.ORG Subject: Re: your mail Message-ID: <20000409121950.A27924@earthlink.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from mustang@TeraHertz.Net on Sun, Apr 09, 2000 at 10:14:10AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are you sure that your sources are up-to-date? My copy of /usr/src/UPDATING no longer has those instructions, since they (as you have discovered) don't completely work. I would strongly recommend rerunning CVSup. But anyways, what you need to do is (taken right out of /usr/src/UPDATING): cd /usr/src make buildkernel KERNEL=GENERIC make installkernel KERNEL=GENERIC chflags noschg /kernel chflags noschg /GENERIC mv /kernel /kernel.old mv /GENERIC /kernel chflags schg /kernel If you've already edited your config file, you can substitute your kernel config name for GENERIC above. Also, MAKE SURE THAT YOU HAVE done: cd /usr/src/sys/modules make install If you don't, chances are your kernel will panic when you reboot. Eric On Sun, Apr 09, 2000 at 10:14:10AM -0500, Chris Malayter wrote: > I've followed the recomended upgrade path and have come to the following > impass: > > I've gone through the following: > > make buildworld > cd sbin/mknod > make install > > On to kernel: > cd src/usr.bin/genassym > make depend all install > cd ../../usr.sbin/config > make depend all install > cd ../../sys/i386/conf > editited my kernel config > went to: > config MY_KERNEL > > recieved the following error: > > venus# config VENUS > /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found > > > Any assistance would be greatly appreciated. > > -Chris > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message