Hi,
I'm trying to install vmware-vix 1.10 on Centos 5.4 64bit. I su and validated i'm logged in as root, then launched the installer:
sh ./VMware-VIX-1.10.1-266898.x86_64.bundle
Everytime I get the following bad interpreter: Permission denied error message:
-
# sh ./VMware-VIX-1.10.1-266898.x86_64.bundle
Extracting VMware Installer...done.
./VMware-VIX-1.10.1-266898.x86_64.bundle: /tmp/vmis.YT8332/install/vmware-installer/vmware-installer: /usr/bin/env: bad interpreter: Permission denied
-
It's as if the installer get extracted to a temporary directory (in this case /tmp/vmis.YT8332/) but then aborts when it tries to launch.
Has anyone seen this behaviour?
When I cd to /tmp the temporary extration directory is already gone, I assuem the scipt deleted it right after the bad interpreter: Permission denied error
I've installed the 32bit version of vmware-vix 1.10 bundle on my Ubuntu 10.04 laptop without a problem. Are there any parameters I can pass to the bundle script to troubleshoot? I couldn't find any documentation about this.