Compile sqlcipher in ubuntu18.04

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

I have just install build-essential, the above error won’t show. But another problem occurs. :disappointed_relieved:
this is my sub-system ubuntu18.04 of win10


the openssl is already installed, and then I installed the libssl-dev, but the /usr/lib/libcrypto.a doesn’t exists.
ps:I have compiled and make sqlite3 already.