hi!
i tried serveral times to install open emm on our server due to the installation instructions on the openemm website installations.txt .
but starting the installer, following massage appears:
/[root@s16830545 tmp]# -bash: ./OpenEMM-Installer-v1.1.sh: /bin/bash^M: bad interpreter: No such file or directory
does anybody know what the problem could be ?
thank you,
robert
installation problems
Moderator: moderator
-
lord_alan
- Posts: 80
- Joined: Wed Oct 01, 2008 1:15 pm
- Location: Farnham, Surrey. UK
- Contact:
Do you have Bash?
Firstly do you actually have Bash on your system and is it the default shell? Many systems use "sh" which is not quite the same.
Also, the ^M is a bit worrying. That looks to me like you have Windows line termination characters in your scripts. I'm not sure if this will cause a problem but in unix system you do not need to terminate a line with CR+LF.
http://homepage.smc.edu/morgan_david/CS ... nators.htm
HTH
Alan
Also, the ^M is a bit worrying. That looks to me like you have Windows line termination characters in your scripts. I'm not sure if this will cause a problem but in unix system you do not need to terminate a line with CR+LF.
http://homepage.smc.edu/morgan_david/CS ... nators.htm
HTH
Alan
-
leeburstroghm
- Posts: 19
- Joined: Sat Nov 21, 2009 7:01 pm
I have the exact same issue.
I look at the script in VIM and all looks ok. every line ending in $ with :set list
I was not however able to run any script in tmp. I had to move the script to my home dir. No scripts were allowed to run in my tmp dir.
Any help with this.?
bash: ./OpenEMM-Installer-1.2.sh: /bin/bash^M: bad interpreter: No such file or directory
I look at the script in VIM and all looks ok. every line ending in $ with :set list
I was not however able to run any script in tmp. I had to move the script to my home dir. No scripts were allowed to run in my tmp dir.
Any help with this.?
bash: ./OpenEMM-Installer-1.2.sh: /bin/bash^M: bad interpreter: No such file or directory
-
leeburstroghm
- Posts: 19
- Joined: Sat Nov 21, 2009 7:01 pm
