Overclock.net - Overclocking.net
     
 
Home Gallery Reviews Blogs Register Today's Posts Mark Forums Read Members List


Go Back   Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix

Reply
 
LinkBack Thread Tools
Old 05-15-08   #1 (permalink)
Fear the Wombat
 
stanrc's Avatar
 
amd ati

Join Date: Apr 2007
Location: Stafford, VA
Posts: 5,678

Folding Team Rank: 94
Hardware Reviews: 7
Trader Rating: 7
Default How to install Vmware workstation/server on Ubuntu 8.04

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
Then untar the package using:

Code:
tar -xvzf "filename"
The next two lines move you to the unzipped folder and begin the install.

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
During the install you will be asked configuration questions. Pressing "Enter" (default answers) will be fine. After it begins to compile it will error out. This is ok.

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
This will download and install the patch. After downloading and unzipping, it will run itself and then reruns the previous config file. You will be asked configuration questions again, again the defaults will be fine. This time there should be no errors when compiling, there might be some warnings though. Thats ok.

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
Now VMware should be installed and running perfectly! Let me know if you have any questions. I have compiled all of this into a shell script which has worked flawlessly for me multiple times.

System: Bravo
CPU
X4 955 @ 3.6
Motherboard
Asus M479T
Memory
8 GB DDR3
Graphics Card
4870 1GB
Hard Drive
160 GB
Power Supply
Antec 750w
Case
Antec 300
OS
Win 7
2 Million+ Folding at Home points
stanrc is offline I fold for Overclock.net Overclocked Account   Reply With Quote
Old 05-15-08   #2 (permalink)
Unix Evangelist
 
mkdir's Avatar
 
intel

Join Date: May 2008
Location: /dev/null
Posts: 258

Rep: 40 mkdir is acknowledged by some
Unique Rep: 32
Trader Rating: 0
Default

if any crashes related to gtk you can try
VMWARE_USE_SHIPPED_GTK=yes
__________________
System: Laptop
CPU
Intel T2060
Motherboard
Acer Grapevine
Memory
2GB Corsair 667MHz
Graphics Card
Intel GMA950
Hard Drive
80GB Toshiba
Sound Card
Intel HDA
OS
FreeBSD 7.2
Monitor
15.4"
mkdir is offline   Reply With Quote
Reply

Tags
ubuntu, vmware


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools



All times are GMT -5. The time now is 05:52 PM.


Overclock.net is a Carbon Neutral Site Creative Commons License

Terms of Service / Forum Rules | Privacy Policy | DMCA Info | Advertising | Become an Official Vendor
Copyright © 2009 Shogun Interactive Development. Most rights reserved.
Page generated in 0.14589 seconds with 8 queries