You are not logged in.
Pages: 1
Hello
When I execute an .sh file as root, the terminal display this:
root@quentin:~/free-cad-code$ ./ configure
/bin/sh: ./: Permission non accordée
root@quentin:~/free-cad-code$
Did someone know how to solve this please?
Thanks
Offline
Hello,
There is no space between '/' and 'c'.
./configure and not ./ configure
Offline
Hello
Now when I try:
./configure
I have:
/bin/sh: ./configure: not found
Offline
Hi,
Is your script [c]configure[/c] or [c]configure.sh[/c]?
What about [c]./configure.sh[/c]
Offline
Hello,
Try: head -n 1 configure
You may need to install a package such as bash or perl.
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]