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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message