CentOS6.5 install VMware-Workstation

Source: Internet
Author: User

1. First download the latest version from the official website, and then grant the executable permission to the local device.

Http://www.vmware.com/products/workstation/workstation-evaluation

 
  1. # Chmod + xVMware-Workstation-Full-10.0.1-1379776.i386.bundle

2. Execute the installation. A graphical installation interface can be displayed, but the following error message is displayed.

 
  1. #./VMware-Workstation-Full-10.0.1-1379776.i386.bundle
  2. ExtractingVMwareInstaller... done.
  3. Gtk-Message: Failedtoloadmodule "pk-gtk-module": libpk-gtk-module.so: cannotopen#dobjectfile: Nosuchfileordirectory
  4. Gtk-Message: Failedtoloadmodule "canberra-gtk-module": libcanberra-gtk-module.so: cannotopen#dobjectfile: Nosuchfileordirectory

3. Solve the above Gtk error, mainly because the corresponding module cannot be found.

3.1 first, determine whether the required module system is installed and its location.

 
  1. # Locatelibpk-gtk-module.so
  2. /Usr/lib/gtk-2.0/modules/libpk-gtk-module.so
  3. # Locatelibcanberra-gtk-module.so
  4. /Usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so

3. 2. Add the path for the system to load modules.

 
  1. # Vim/etc/ld. so. conf. d/gtk-2.0.conf
  2. /Usr/lib/gtk-2.0/modules

3. Reload.

 
  1. # Ldconfig

Re-execute the installation, and then click Next.

 
  1. /VMware-Workstation-Full-10.0.1-1379776.i386.bundle
  2. ExtractingVMwareInstaller... done.

Attach a key NU2PW-04396-ZZ9R0-FUANH-3AX0R

Note:

Locate: can not stat () '/var/lib/mlocate. db': No such file or directory

If this error occurs, run updatedb.

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.