Hi,
I'm trying to migrate one server from FreeBSD 7.2 to 8.1 stable. On 7.2 I have own kernel build but only difference from generic is quota option and some drivers are not included. I need to upgrade to 8.1 stable because I use 3ware raid controller and there were some changes in twa driver in 8.1 stable.
I copied whole server in virtual machine to test upgrade process and everything went well till reboot after kernel install. Right after it runs shell I get an error saying
I have compat for 7 in my kernel build and also install compat7x from ports before doing that.
I reboot with 7.2 kernel and try to installworld but after reboot I have even greater problems. Machine boots but everything else is not working. It looks like some library problems.
I follow this http://forums.freebsd.org/showpost.php?p=53974&postcount=5 but It looks like I need to add something more.
Do you think it's better to upgrade to 7.3 first and from there go to 8.1?
I'm trying to migrate one server from FreeBSD 7.2 to 8.1 stable. On 7.2 I have own kernel build but only difference from generic is quota option and some drivers are not included. I need to upgrade to 8.1 stable because I use 3ware raid controller and there were some changes in twa driver in 8.1 stable.
I copied whole server in virtual machine to test upgrade process and everything went well till reboot after kernel install. Right after it runs shell I get an error saying
Code:
ld-elf.so can't find right version of libc.so.7
I reboot with 7.2 kernel and try to installworld but after reboot I have even greater problems. Machine boots but everything else is not working. It looks like some library problems.
I follow this http://forums.freebsd.org/showpost.php?p=53974&postcount=5 but It looks like I need to add something more.
Do you think it's better to upgrade to 7.3 first and from there go to 8.1?