Hello. I am trying to install Kamailio branch devel for using Volte on open5gs. when compiled have this error: gcrypt_mod.c:36:10: fatal error: gcrypt.h: No such file or directory 36 | #include <gcrypt.h> | ^~~~~~~~~~ compilation terminated. make[2]: *** [../../Makefile.rules:100: gcrypt_mod.o] Error 1 make[2]: Leaving directory '/usr/local/src/kamailio-devel/kamailio/src/modules/gcrypt' make[1]: *** [Makefile:508: modules] Error 1 make[1]: Leaving directory '/usr/local/src/kamailio-devel/kamailio/src' make: *** [Makefile:34: all] Error 2
I have installed the dependencies of crypt : libcrypto and libssl-dev.