make execvp nf-config Permission denied
This error message usually indicates that the user running the "make" command does not have the necessary permissions to execute the "nf-config" command.
To resolve this issue, you can try running the "make" command with elevated privileges by using the "sudo" command. For example, you can try running the following command:
sudo make
If you still encounter the same error message, you may need to check the permissions of the "nf-config" command and ensure that the user running the "make" command has the necessary permissions to execute it.
原文地址: https://www.cveoy.top/t/topic/M8I 著作权归作者所有。请勿转载和采集!