Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2000 12:19:50 -0400
From:      Eric Ogren <eogren@earthlink.net>
To:        Chris Malayter <mustang@TeraHertz.Net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: your mail
Message-ID:  <20000409121950.A27924@earthlink.net>
In-Reply-To: <Pine.BSF.4.21.0004091011110.58075-100000@saturn.terahertz.net>; from mustang@TeraHertz.Net on Sun, Apr 09, 2000 at 10:14:10AM -0500
References:  <Pine.BSF.4.21.0004091011110.58075-100000@saturn.terahertz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000409121950.A27924>