|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
How to install Vmware workstation/server on Ubuntu 8.04
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||
|
Fear the Wombat
![]() |
I recently updated to Ubuntu 8.04 on my work computer and use VMware to run various windows setups from time to time. As usual installing VMware on Ubuntu was not as easy as "sudo apt-get install vmware," who knew? So after some searching and troubleshooting I have created my own guide for installing and configuring VMware workstation or server on Ubuntu 8.04.
First download whichever version you would like from the official site. www.vmware.com Once you have downloaded the tar file for your install open a terminal and copy/paste these commands: Code:
apt-get install build-essential linux-headers-`uname -r` apt-get install xinetd Code:
tar -xvzf "filename" NOTE: For VMware workstation the first line should be "vmware-distrib", for VMware server the first line should be "vmware-server-distrib". Code:
cd vmware-distrib ./vmware-install.pl Next we will be installing a patch to fix the error we got earlier. Enter the following lines into the terminal: Code:
wget http://uruz.org/files/vmware-any-any-update-116.tgz tar -xvzf vmware-any-any-update-116.tgz cd vmware-any-any-update116 ./runme.pl VMware is now installed, you can type vmware in the terminal to start it. However if you do this you will notice that you get an error when trying to run it. The next two lines copies over some libraries that will resolve this issue. Code:
ln -sf /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1 ln -sf /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0
__________________
|
|||||||||
|
|
|
|
#2 (permalink) | |||||||||
|
Unix Evangelist
![]() |
if any crashes related to gtk you can try
__________________VMWARE_USE_SHIPPED_GTK=yes
|
|||||||||
|
|
|
![]() |
| Tags |
| ubuntu, vmware |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|