Results 1 to 3 of 3
when im in root trying to do ./configure no a xchat script. it gives me this
Code:
bash-2.05b# ./configure
bash: ./configure: Permission denied
i had tryed it both in root ...
- 07-10-2003 #1Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
./configure permissions denied when in root?
when im in root trying to do ./configure no a xchat script. it gives me this
i had tryed it both in root and out. and in the readme it does tell me to run ./configure. so whats the problem here?Code:bash-2.05b# ./configure bash: ./configure: Permission denied
- 07-10-2003 #2Linux User
- Join Date
- Feb 2003
- Location
- Norway, Asker
- Posts
- 267
do a
that should solve it..Code:chmod 700 configure
- 07-10-2003 #3Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
thank you. that worked


Reply With Quote
