Unable to get the last modification timestamp of the destination file, VMWare Installation Errors

Unable to get the last modification timestamp of the destination file, VMWare Installation Errors

If you are getting the error message below. Try the solution posted. It worked for me.


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

1 Comment on Unable to get the last modification timestamp of the destination file, VMWare Installation Errors

  1. BlueSherpa // May 30, 2010 at 2:10 pm //

    Using touch on the files removed the error, but it didn’t solve the problem, because I ran into additional error messages.

    In my case, the issue was that the converter is a 32-bit app and I was trying to install it into a 64-bit installation of Ubuntu. The solution was to install Ubuntu’s 32-bit library support:

    sudo apt-get install ia32-libs

    http://www.piperfamilyalbum.com/-unable-to-get-the-last-modification-timestamp.aspx

Comments are closed.