To reduce bug when install, you need to install these packages:
apt-get install build-essential linux-headers-`uname -r` xinetd  ia32-libs
##############    [bug]       ############################
Error code returned:
Installing the VMware VmPerl Scripting API.
The installation of the VMware VmPerl Scripting API succeeded.
Generating SSL Server Certificate
Unable to get the last modification timestamp of the destination file 
/etc/vmware/ssl/rui.key.
Execution aborted.
##########################################################
#########  Solution ######################################
sudo touch /etc/vmware/ssl/rui.key
sudo touch /etc/vmware/ssl/rui.crt
SOURCE:
http://ubuntuforums.org/showthread.php?t=337040
 
 
No comments:
Post a Comment