Error 

My Move to Desktop Linux

313 views
Posted July 4, 2008 at 11:07pm in Computers, Linux

I spent the evening moving formatting my desktop and moving to Linux full time for my desktop. In some ways this was a difficult move and in other ways it wasn’t. What made it difficult is that there are applications in Windows that I have not found a decent replacement for. An example would be FlashFXP, I have tried other apps, but so far none have given me the feel that FlashFXP did. Another is Photoshop… now I am aware of GIMP, but I am not a fan of it, I am sure over time I would enjoy it, but right now I enjoy the feel of working in Photoshop. Also with the way I have everything setup Windows wasn’t bad. Most of the complaints I hear about Windows are from people who hardly ever use Windows, or haven’t used Windows since 3.11. They complain about things they don’t know anything about or they say they tried to fix a Windows machine for someone and spent X hours trying to get something to work. In some cases it was simply because they don’t have a lot of experience with Windows and it is not fair to blame Windows for that.

I use Linux on my company laptop, so I have gotten pretty used to using it the majority of my day for all kinds of stuff. I found myself coming home and getting on my Windows machine needing to write some bash scripts or integrate with Linux machines better or just little tasks that are, in my opinion, easier in Linux. All the days of using Linux I never said to myself… if I only had Windows, but at home I have countless times said… if this was only Linux.

I do need to continue to run a Windows virtual machine so I have been testing out VMware server and VMware workstation on Linux. Server is free, but does not handle USB and will most likely not support unity anytime soon. Unity will make a lot of things much better, it will allow me to use the few apps I need to without having to be inside the Windows vm all the time.

When I opened the Linux VMware server client it would crash and I would get the following errors.

/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)

I had to install gcc 4.3, and run the following commands to get it working

cp /usr/lib/gcc/i486-linux-gnu/3.4.6/libgcc_s.so
/usr/lib/vmware-server-console/lib/libgcc_s.so.1/libgcc_s.so.1
  • Google
  • del.icio.us
  • Digg
  • Spurl
  • Facebook


Leave a Reply