Hi,
I am trying to run OpenEMM-Installer script on RHEL5 and it throws me this error:
bash: ./OpenEMM-Installer-1.2.sh: /bin/bash^M: bad interpreter: No such file or directory
Although bash is working fine. When I execute "bash OpenEMM-Installer.1.2.sh" it throws me:
command not found.2.sh: line 2:
: command not found.2.sh: line 4:
: command not found.2.sh: line 7:
: command not found.2.sh: line 8:
'penEMM-Installer-1.2.sh: line 10: syntax error near unexpected token `{
'penEMM-Installer-1.2.sh: line 10: `{
Can someone please help to install OpenEMM using this script on RHEL5?
Thanks
Saurya
OpenEMM-Installer-1.2.sh doesn't work on RHEL5
Moderator: moderator
-
- Posts: 3
- Joined: Tue Dec 14, 2010 7:37 pm
-
- Posts: 3
- Joined: Tue Dec 14, 2010 7:37 pm
Script uses /bin/bash as interpreter and RHEL5 comes with /bin/bash as default interpreter and it is available and working fine. It is just this script that throws error. On the other hand, I have also used bash interpreter explicitly to run this script so that it will not use that is mentioned with she-bang character in the script. The errors thrown by both ways i.e with and without explicitly using bash is already posted in initial thread.
-
- Posts: 3
- Joined: Tue Dec 14, 2010 7:37 pm