good morning
I have a problem installing sqlcipher in centos 7 and I already have sqlite3 installed, download the repository that they provided me with from their page: GitHub - sqlcipher/sqlcipher: SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
I’m following the same steps, for its installation but it shows me that I do not have openssl, which is already installed but it tells me that it is not found, download the package, compile it and install it but it keeps checking that it is not installed to someone Has the same happened and found some solution?
error
configure: Version number set to 3027002
checking whether to support threadsafe operation… yes
checking for library containing pthread_create… -lpthread
checking for library containing pthread_mutexattr_init… none required
checking for crypto library to use… openssl
checking for HMAC_Init_ex in -lcrypto… no
configure: error: Library crypto not found. Install openssl!"
[usuario@centos7 sqlcipher]$ openssl version
OpenSSL 1.0.2r 26 Feb 2019
./configure --enable-tempstore=yes CFLAGS=“-DSQLITE_HAS_CODEC” LDFLAGS=“/home/usuario/Escritorio/openssl-1.0.2r/libcrypto.a”
./configure --enable-tempstore=yes CFLAGS=“-DSQLITE_HAS_CODEC” LDFLAGS=“/usr/lib/libcrypto.a”