error upgrading 3.5 to 4.1

error upgrading 3.5 to 4.1

Post by Peter Cho » Fri, 08 Sep 2000 10:02:41



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

 
 
 

error upgrading 3.5 to 4.1

Post by Michel Talo » Fri, 08 Sep 2000 17:25:30



> 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