> i tried to upgrade my freebsd3.5 to 4.1 from the source., but when i got
> to the part of configuring the new kernal (/usr/sbin/config GENERIC),
> i got the following error:
> /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found
> how can i fix this so that i can configure the new kernel?
> thanks for any help
> peter choe
You need to read /usr/src/UPDATING
Specifically at least (and perhaps more)
make buildworld
make buildkernel KERNEL=GENERIC
make installkernel KERNEL=GENERIC
reboot single user
check messages to see if you don't have problems
make installworld
mergemaster
There are even pitholes from 4.0 to 4.1 so from 3.5 to 4.1 you can imagine!
--
Michel Talon