This is where common issues and solutions involved with CK will be listed.
Errors on Compilation
If you’re running on a fresh Linux installation, you may encounter some build errors when running make. The most encountered is:
fatal error: lua.h, No such file or directory
Fix:
~/Cryptokernel $ sudo cp /usr/include/lua5.3/{lauxlib.h,luaconf.h,lua.hpp,lualib.h,lua.h} /usr/local/include/
Another error may come when make runs the test suite, as the lz4.so file cannot be found.
Fix:
~/Cryptokernel $ sudo cp /usr/lib/lz4.so ~/CryptoKernel/