Install vmware-workstation-6.0.4-93057.i386.tar.gz

Source: Internet
Author: User
Install vmware-workstation-6.0.4-93057.i386.tar.gz -- Linux general technology-Linux technology and application information. For more information, see the following. The VMWARE-5.5 is not easy to use. So get the vmware-6. In fact, a Virtualbox is also good. It is troublesome. Haha.

Installation Process
1. ACCEPT_KEYWORDS = "~ X86 "emerge vmware-workstation

However, the system prompts you to go to the official vmware website to download. By the way, get a serial number of 30 days.

After the download is complete, put it in the/usr/portage/distfiles directory.
Then
Sudo chown portgae. portage VMware-workstation-6.0.4-93057.i386.tar.gz
Sudo chmod 664 VMware-workstation-6.0.4-93057.i386.tar.gz

Continue after completion
ACCEPT_KEYWORDS = "~ X86 "emerge vmware-workstation
The installation process is smooth.

However, an error occurs during the boot.
/Opt/vmware/workstation/lib/bin/vmware: symbol lookup error:/opt/vmware/workstation/lib/libvmwareui. so.0/libvmwareui. so.0: undefined symbol: _ ZThn12_N4view10FieldEntry17delete_text_vfuncEii

No way. I found a solution. There are two methods in total
Method 1:
Edit Files written in vmware-start
#! /Bin/bash
VMWARE_USE_SHIPPED_GTK = yes/opt/vmware/workstation/bin/vmware
Save and exit

Put this file in the/usr/bin/directory, change the owner and group to root, and set the permission to 755.

Then enter
Cd/usr/share/aplications
Open
Vi vmware-workstation.desktop
Set
Exec = vmware
Change
Exec =/usr/bin/vmware-start
You can.

The change to vmware-player is also the same as above.
Edit Files written in vmplayer-start
#! /Bin/bash
VMWARE_USE_SHIPPED_GTK = yes/opt/vmware/workstation/bin/vmplayer
Save and exit

Put this file in the/usr/bin/directory, change the owner and group to root, and set the permission to 755.

Then enter
Cd/usr/share/aplications
Open
Vi vmware-workstation.desktop
Set
Exec = vmplayer
Change
Exec =/usr/bin/vmplayer-start
You can.

Method 2
If you think it is too troublesome, you can do so and recompile the following content. And you don't need to change any files.
# ACCEPT_KEYWORDS = "~ X86 "USE =" accessibility "emerge libview libsexy gtkmm

# Revdep-rebuild

In this case, OK.
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.