Wiki source code of VMware Server

Last modified by Sebastian Marsching on 2022/03/27 15:21

Hide last authors
Sebastian Marsching 1.1 1 {{warning}}
Sebastian Marsching 2.1 2 This page was migrated from an old version of this Wiki where it was last updated on 2008-09-03. This means that the information on this page might be outdated.
Sebastian Marsching 1.1 3 {{/warning}}
4
5 # Installing VMware Server on Debian
6
7 In order to install VMware Server on Debian (Etch) the following packages (and their dependencies) have to be installed:
8
Sebastian Marsching 2.1 9 *
Sebastian Marsching 1.1 10
Sebastian Marsching 2.1 11 _Either_ * make * gcc *
Sebastian Marsching 1.1 12
Sebastian Marsching 2.1 13 _or_ * build-essential (contains perl which is very useful with VMware Server)
14
Sebastian Marsching 1.1 15 * linux-headers-2.6-686 (exact package name depends on the kernel being used)
16 * psmisc
17 * libx11-6
18 * libxt6
19 * libxtst6
20 * libxrender1
21
22 After this packages are installed you can just start the `vmware-install.pl` script from the VMware Server tarball.
23
24 In order to make VLAN interfaces work with VMware Server, you have to patch the vmnet kernel module: [http://communities.vmware.com/thread/112709](http://communities.vmware.com/thread/112709)
25
26 # Ubuntu as a VMware guest
27
28 The VMware Tools cannot be installed on Ubuntu 8.04 (and probably other Linux distros using a recent kernel version). However there is a [solution](http://peterc.org/2008/62-how-to-install-vmware-tools-on-ubuntu-hardy-804-under-vmware-fusion.html) involving the Open VM Tools.
29
30 # VMware Server Console
31
32 * VMware Server Console and Ubuntu 8.04 Hardy Heron: [http://propaso.com/blog/?p=38](http://propaso.com/blog/?p=38)