You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'
The text was updated successfully, but these errors were encountered: