blog.waldmeisda.com

VMware Workstation 12 on Ubuntu 15.10 fixes

Out of the box, VMware does not work after Ubuntu upgrade.

I found a solution in adding a additional lib to the path enviroment:

After executing these 2 commands:

echo /usr/lib/vmware/lib/libglibmm-2.4.so.1 | sudo tee -a /etc/ld.so.conf.d/LD_LIBRARY_PATH.conf
sudo ldconfig

 

VMware was able to start again.

Leave a Reply

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