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

reglib.c:28:10: fatal error: gcrypt.h: No such file or directory #13

Open
ghost opened this issue Jun 19, 2020 · 1 comment
Open

reglib.c:28:10: fatal error: gcrypt.h: No such file or directory #13

ghost opened this issue Jun 19, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 19, 2020

Removing -Werror option when compiling...
Clean and compile crda...
make: Entering directory '/root/crda'
make: Leaving directory '/root/crda'
make: Entering directory '/root/crda'
GEN keys-gcrypt.c
Trusted pubkeys: pubkeys/linville.key.pub.pem pubkeys/root.key.pub.pem pubkeys/sforshee.key.pub.pem
CC libreg.so
reglib.c:28:10: fatal error: gcrypt.h: No such file or directory
28 | #include <gcrypt.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:119: libreg.so] Error 1
make: Leaving directory '/root/crda'

@ghost
Copy link
Author

ghost commented Jun 19, 2020

After manually installing libgcrypt-dev:
sudo apt-get install -y libgcrypt-dev
the script seems to complete without issue and yet i am still unable to change txpower.

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

0 participants