It appears that it can not find the OpenSSL libcrypto, can you share how
you ran .configure? Additional information on building from source is
available here (http://sqlcipher.net/introduction/). SQLCipher includes
SQLite, but also contains page level encryption.
--
Nick Parker
Could you try installing the dev package for OpenSSL? I don't know what
package manager you are using, on Ubuntu it would look like this:
sudo apt-get install libssl-dev
This should allow you to perform a ./configure with dynamic linking
against libcrypto.
--
Nick Parker
Glad to hear you got everything working!
--
Nick Parker