VmWare Workstation on Gentoo
April 22, 2008 1:21 am Vm Desktop, GentooThe next software that I need so that I can load my VmWare systems that I have created for work and other means. To do so takes the following steps.
- Edit or create the file called package.keywords in the /etc/portage directory.
- Add the following lines to the File:
app-emulation/vmware-workstation ~x86
app-emulation/vmware-modules ~x86
dev-cpp/libsexymm ~x86
x11-libs/libview ~x86 - Go to the VmWare site and download the Vmware Workstation that is the latest copy supported by portage.
- Move the file in to /usr/portage/distfiles/ so that it will work during emerge.
- Check that you have “accessibility” keyword in your /etc/make.conf, if you do not you will need to recompile gtkmm with accessibility
- emerge app-emulation/vmware-workstation - This will emerge the needed files.
- After the emerge you need to run /opt/vmware/workstation/bin/vmware-config.pl as root (or using sudo).
- You will also need to add vmware to start up automatically. To do so type the following: rc-update add vmware default, as root of course.
- If you want to use VmWare before the next reboot then start vmware manually by running: /etc/init.d/vmware start
- Now you need to add the users to the vmware group to be able to use vmware.
- More then likely you will get an error that is something like this:
/opt/vmware/workstation/lib/bin/vmware: symbol lookup error: /opt/vmware/workstation/lib/lib/libvmwareui.so.0/libvmwareui.so.0: undefined symbol: _ZThn12_N4view10FieldEntry17delete_text_vfuncEii - To fix the error is very simple, edit your vmware start script in /opt/vmware/workstation/bin/vmware and add the following line in the beginning of the script :
# BEGINNING_OF_DB_DOT_SH
#!/bin/sh# Export the settings
export VMWARE_USE_SHIPPED_GTK=yes - Run Vmware as a user or as root.

Subscribe to RSS Feed
