I installed RHEL 5.1 on a virtual machine. I would like to install VMware Tools, but I keep getting an error. I am performing the installation via the tar procedure. I get the following error:
bash: ./VMware-install.pl: /usr/bin/perl: bad interpreter: Permission denied
The ./VMware-install.pl and /usr/bin/perl files have full rwx permissions, but I keep getting the same error.
Does anyone know how to fix this?
ls -l /usr/bin/perl
so we can see the exact permissions... which should not berwxrwxrwx
. – dhag Mar 18 '15 at 21:35VMware-install.pl
files may havenoexec
permission. What directory isVMware-install.pl
in? If it's/tmp
, try copying all the stuff to a different directory. – Mark Plotnick Mar 18 '15 at 21:36bash: ./VMware-install.pl: No such file or directory
. – Scott - Слава Україні Mar 18 '15 at 23:12/usr/bin/perl ./VMware-install.pl
. – Aaron D. Marasco Mar 18 '15 at 23:56