Applied updates to my Hardy box this morning. On reboot I had video but it broke Compiz. Using Envy I installed the latest ATI driver and rebooted. Compiz back. 
Anyway, the point of my post is the kernel update broke VMWare Server. I was running 1.0.6 so I figured I'd upgrade to 1.0.7 rather than just fix it. It installed without issue (no errors) but failed to launch. Running from the command line resulted in this:
After a little searching Google turned up THIS and that solved it. The solution was a pretty quick fix for me:
(user)@(hostname):~$ cd /usr/lib/vmware/lib
(user)@(hostname):/usr/lib/vmware/lib$ sudo mkdir bak
(user)@(hostname):/usr/lib/vmware/lib$ sudo mv libgcc_s.so.1/libgcc_s.so.1 bak/
Hope that saves someone a few minutes of head scratching.
Anyway, the point of my post is the kernel update broke VMWare Server. I was running 1.0.6 so I figured I'd upgrade to 1.0.7 rather than just fix it. It installed without issue (no errors) but failed to launch. Running from the command line resulted in this:
(user)@(hostname):~$ vmware
/usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
/usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
/usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
/usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
/usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
/usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
After a little searching Google turned up THIS and that solved it. The solution was a pretty quick fix for me:
(user)@(hostname):~$ cd /usr/lib/vmware/lib
(user)@(hostname):/usr/lib/vmware/lib$ sudo mkdir bak
(user)@(hostname):/usr/lib/vmware/lib$ sudo mv libgcc_s.so.1/libgcc_s.so.1 bak/
Hope that saves someone a few minutes of head scratching.
