Installing VMware Server 1.09 on Ubuntu 9.04
Posted on September 9th, 2009 by egiles
This process works for VMware server 1.09 and Kernel 2.6.28 (and .27) from Ubuntu 9.04 Jaunty Jackalope.
1. Make sure you have a build environment (gcc, make, etc). If not:
apt-get install gcc make build-essential
2. Install your kernel’s headers:
apt-get install linux-headers-`uname -r`
Make a note of where the headers were installed. It’s usually in /usr/src/. I usually do [...]
Filed under: Technology | 21 Comments »