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