I upgraded a 7.1 system to 8.3 using the following procedure:
Now the system won't boot. It gives me the following message right after it mounts the file systems and tries to execute things:
I had it backed up and I'm currently restoring the backup so I can try upgrading again but I'm wondering what I did wrong.
Thanks!
J.
Code:
1. Change RELENG_7_1 to RELENG_8 in /usr/share/examples/cvsup/standard-supfile
2. csup -g -L 2 -h cvsup5.us.freebsd.org /usr/share/examples/cvsup/standard-supfile
3. cd /usr/src
4. make buildworld
5. make buildkernel KERNCONF="GENERIC"
6. make installkernel KERNCONF="GENERIC"
7. make installworld
8. shutdown -r now
Now the system won't boot. It gives me the following message right after it mounts the file systems and tries to execute things:
Code:
/libexec/ld-elf.so.1: /lib/libc.so.7: Unsupported version 61089 of Elf_Verdef entry
I had it backed up and I'm currently restoring the backup so I can try upgrading again but I'm wondering what I did wrong.
Thanks!

J.