VMware Server 1.X MUI Component Installation
Environment
- Ubuntu 8.04 x64
- VMware Server 1.06
#tar zxvf VMware-mui-If got this message.tar.gz
#/vmware-mui-distrib/vmware-install.pl
EULATry to edit vmware-install.pl, which just a shortcut. Search "VMware Server must be installed", then comment(#) these for bypass this check
Do you accept? (yes/no) yes
Thank you.
Installing the content of the package.
VMware Server must be installed on this machine for the VMware Management
Interface to work
Execution aborted.
Make sure VMware Server is installedGot this error, while running vmware-config-mui.pl
if ($vmware_version ne "vserver") {
uninstall_file($gInstallerMainDB);
error('VMware Server must be installed on this machine for the ' .
vmware_product_name() . ' to work'
. "\n\n");
}
starting httpd.vmware:-ne failedSolve this by
#ln -s -f /bin/bash /bin/sh
#vmware-config-mui.pl