R
R
rumkin2011-07-05 01:13:20
linux
rumkin, 2011-07-05 01:13:20

./configure and permissions

Tell me why it may turn out that it is impossible to configure the utility on the user partition and when you call ./configure, the message “permission denied” pops up, although all rights to the folder and subfolders were specially set to 0777, and the command was run via sudo.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
DemRo, 2011-07-05
@DemRo

Does configure itself have a +x flag?
The question is naive, but you never know.

P
phasma, 2011-07-05
@phasma

noexec on a partition?

D
danfe, 2011-07-05
@danfe

Is the team sh configureworking? (If not, what does it write?) Perhaps the problem is not in the script itself, but in the interpreter specified in the shebang (i.e., which is used when the script is run as ./configure).

V
Vlad Zhivotnev, 2011-07-05
@inkvizitor68sl

Most likely, you forgot the +x flag.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question