sudo ./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto", I want to compile sqlcipher, but it show this
.Does anybody have met this problem before?Hi @yep_zhang
The specific error will be found in the config.log
file, what did it say? Make sure you have build-essential
installed:
sudo apt-get install build-essential