Jon Lindberg wrote:
Thanks anyway. It not cause of the permission set but the mount method of partition. It should be mount as executable with 'exec' option.eric1i wrote:
I'm no expert so I'll be happy to stand corrected, but it's been my experience that sometimesWhenever I try to compile from source, if I type:
[root@Linux ghomemover-0.2]# ./configure bash: ./configure: /bin/sh: bad interpreter: permission not enough
configure scripts need to have their file premissions set to make them executiable.
example==> # chmod <filename> 777
Lindy
Thank you!