On Saturday 06 March 2004 11:57 am, Mark wrote: > ----- Original Message ----- > From: "Kirk Strauser" <[EMAIL PROTECTED]> > To: "Mark" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, March 06, 2004 8:44 PM > Subject: Re: Where is 4.9-STABLE? > > At 2004-03-06T17:25:37Z, Mark <[EMAIL PROTECTED]> 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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
