Date: Sat, 6 Mar 2004 12:11:37 -0800 From: Kent Stewart <kstewart@owt.com> To: freebsd-questions@freebsd.org Subject: Re: Where is 4.9-STABLE? Message-ID: <200403061211.37161.kstewart@owt.com> In-Reply-To: <200403061957.I26JVPZQ069992@asarian-host.net> References: <20040306145348.B69AD2B4DAA@asarian-host.net> <87r7w5wyjk.fsf@strauser.com> <200403061957.I26JVPZQ069992@asarian-host.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 06 March 2004 11:57 am, Mark wrote: > ----- Original Message ----- > From: "Kirk Strauser" <kirk@strauser.com> > To: "Mark" <admin@asarian-host.net> > Cc: <freebsd-questions@freebsd.org> > Sent: Saturday, March 06, 2004 8:44 PM > Subject: Re: Where is 4.9-STABLE? > > At 2004-03-06T17:25:37Z, Mark <admin@asarian-host.net> writes: > > cd /usr/src/ > > > > > make buildkernel KERNCONF=ASARIAN-HOST > > > make installkernel KERNCONF=ASARIAN-HOST > > > > > > And: > > > > > > cd /usr/src/ > > > make buildworld > > > make installworld > > > > > > Took a wee while, but that did the trick. :) > > > > That did *a* trick, but not the one you wanted. You need to make > > buildworld before make buildkernel. > > Darn. Now that I did a buildworld as last, can I just do buildkernel > again? Or will I need to builworld also again? > > I appreciate the help. If anything, this experience got me over my > fear for CVSup. :) > You need to rebuild your kernel and install it. As it sits, you have a kernel built with the old tools and old userland libraries. The old libraries don't exist any more. They need to be a matched set. So, you should rebuild your kernel, install it and reboot to use it. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403061211.37161.kstewart>