VMware Server 1.0.6 on Ubuntu 8.0.4

On July 16, 2008, in Ubuntu, by Chris Carey

VMware Server 1.0.6 on Ubuntu 8.0.4 would not run “out of the box”. I needed a library fix to get it running:

$ cd /usr/lib/vmware/lib/libgcc_s.so.1

$ sudo mv libgcc_s.so.1 libgcc_s.so.1.orig

$ sudo ln -s /lib/libgcc_s.so.1 /usr/lib/vmware/lib/

 

One Response to VMware Server 1.0.6 on Ubuntu 8.0.4

  1. Kman says:

    That did it! Thank you.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>