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

Building lib-secp256k1 fails due to file permissions #370

Closed
quend opened this issue Dec 22, 2015 · 2 comments
Closed

Building lib-secp256k1 fails due to file permissions #370

quend opened this issue Dec 22, 2015 · 2 comments

Comments

@quend
Copy link

quend commented Dec 22, 2015

the pip installer for c-secp256k1 fails when trying to build lib-secp256k1.

example:
sh -c cd lib-secp256k1; ./autogen.sh
sh: 1: ./autogen.sh: Permission denied

fix:
manually mark the autogen file as executable

@Miladinho
Copy link

chmod 755 * should work

@gmaxwell
Copy link
Contributor

It's currently marked executable in the repository.

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

3 participants