Wiki source code of VMware Server

Version 1.1 by Sebastian Marsching on 2022/03/27 15:18

Show last authors
1 {{warning}}
2 This page was migrated from an old version of this where it was last updated on 2008-09-03. This means that the information on this page might be outdated.
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
9 *
10
11 _Either_
12 * make
13 * gcc
14 *
15
16 _or_
17 * build-essential (contains perl which is very useful with VMware Server)
18 * linux-headers-2.6-686 (exact package name depends on the kernel being used)
19 * psmisc
20 * libx11-6
21 * libxt6
22 * libxtst6
23 * libxrender1
24
25 After this packages are installed you can just start the `vmware-install.pl` script from the VMware Server tarball.
26
27 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)
28
29 # Ubuntu as a VMware guest
30
31 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.
32
33 # VMware Server Console
34
35 * VMware Server Console and Ubuntu 8.04 Hardy Heron: [http://propaso.com/blog/?p=38](http://propaso.com/blog/?p=38)
36
37