Install VMWare6.0 In Debian

Source: Internet
Author: User
Install VMWare6.0 In Debian-Debian Technology for the Linux release. For details, refer to the following section. In order to contact students via Q, coupled with files in MS Office format, You have to install VMWare. The latest version is 6.0. (6.5 seems to be in beta stage)

The installation of VMWare is complicated. Because these virtual machine software requires the kernel source code, you must first install the kernel source code. My Debian unstable uses 2.6.25. VMWare prompts that the pre-compiled module cannot be found. By default, the compilation will fail. However, follow these steps:

0. Install the kernel source code and decompress it.

1. download a file named vmware-any-any-update117. There is one here, but I don't know if it will expire.
Http://download.rsbac.org/tmp/vmware-any-any-update117.tar.gz

2. Run the installation script that comes with VMWare first, and then execute the runme. pl that comes with the vmware-any-any-update117.

3. Note that gcc4.1 is recommended during compilation. I use Debian and can use apt to install gcc4.1.

Then create a symbolic link:

# Cd/usr/bin
# Rm gcc
# Ln-s gcc-4.1 gcc

4. Remember that there is another g ++ version that should be used back to version 4.1. Otherwise, the gcc: error trying to exec 'cc1plus ': error message will appear during compilation.

# Cd/usr/bin
# Rm g ++
# Ln-s g ++-4.1g ++

Success! Enjoy it!
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.