Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied error on make #12

Open
gsovereignty opened this issue Aug 29, 2016 · 3 comments
Open

Permission denied error on make #12

gsovereignty opened this issue Aug 29, 2016 · 3 comments

Comments

@gsovereignty
Copy link

I'm trying to build on OSX 10.10

I run:
./autogen.sh
./configure
make

and receive:
make[2]: ./install-sh: Permission denied
make[2]: *** [cryptonight/.dirstamp] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Running with sudo produces the same error.

Any ideas?

@Croberson12
Copy link

basically you wanna do "chmod +x install-sh" to make the file executable

@milezzz
Copy link

milezzz commented Jul 30, 2017

I've done this but it still will not compile! Anyone find a solution to this?

@shehzad002
Copy link

I've done this but it still will not compile! Anyone find a solution to this?

Your reply is too old i hope if someone other is facing this issue. Try use instead of chmod +x autogen.sh
use sudo chmod -R 775 /root/yourcoin
Then you will easily compile your code. If any other queries here is my telegram: @cryptodee02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants