Installing VMWare Player 1.0.2 on Ubuntu Dapper Drake
Update:: I've made a new guide that's an extension of this. You may find it useful for more modern versions of ubuntu ... check it out
Disclaimer: I use kernel version 2.6.15-26-386. Yours may differ. Use
uname -r
to tell what you're running
You need:
apt-get install gcc-3.4 build-essential linux-headers-2.6.15-26-386
If you use a different kernel version, search the package repository for the appropriate headers package.
Before you install vmware player, you must first set the current C compiler to GCC 3.4. To do this:
export CC=gcc-3.4
The reason for this is that the vmware kernel module must must be compiled with the same compiler used to compile the kernel. In Dapper, this is seemingly gcc 3.4.
Then, download and install the tar.gz vmware install package, extract it and run the perl setup script.
When the time comes to give the path to the kernel source headers, use the path
/usr/src/linux-headers-2.6.15-26-386/include
The rest of the install should go without a hitch.
Comments
Thanks, you made my day, i couldn't figure out how
to install and your tutorial a perfect help. Thanks !
You're welcome. It's good to know that I can be of help.
Worked for me too - thanks!
I used the 2.6.15-26-amd64-generic build on a xeon but everything else was the same.
heyas all.
my 40 gig drive is going to good use now. I have installed UBUNTU and have ordered KUBUNTU.
I dont know how to install the driver for my ati radeon 9600xt.
Actually i dont know if i am meant to be downloading and installing XFREE86 or the XORG version of the driver. I am downloading them both but i dont know how to do anything in Linux really.
I dont know where I am meant to set up my modem or set up a net account. (no INETWIZ.EXE)
So yeah, can someone help me out with getting my ATI driver installed?
and does anyone know of a good long PDF file i can read and wrap my brain around.
I'm still a Windows user, but I want to use Linux as much as possible.
Thanks. :)
Thanks, this worked great. Only one tiny change was needed: it's "export CC=gcc-3.4", with a dash.
oops, yes... you're right. Fixed.
Hello
Thanks
I boot ubuntu on a Usb key with live option. (2gb key)
I installed vmware player according to your procedure
And now I can run a virtual machine windows XP (the files are on a second USB key 4gb, short in disk space i need a 8gb key).
one of my goal is to have a portable windows.....
I tried Moka5 not very successfully
regards
RV
correction to my email I use "peristent" option
regards
rv
[...] long while ago I wrote of how to install vmware player on Ubuntu 6.06 aka ‘Dapper Drake’. That post has been one of my more popular, and since then installing VMWare player has gotten a [...]
Setting the new value of CC to gcc-4.1 didn't work, but your guide did make me think of changing the target of the link /usr/bin/gcc to /usr/bin/gcc-4.1 instead of gcc-4.2, which was my default compiler.
Thanks ;)
Post new comment