Hi,
I get this error when I try to install pysqlcipher:
build/lib.linux-x86_64-2.7/pysqlcipher/_sqlite.so -lsqlcipher
/usr/bin/ld: cannot find -lsqlcipher
When I browse the build/lib.linux-x86_64-2.7/pysqlcipher/ there is no _sqlite.so file.
Python 2.7.12
Ubuntu 16.04.2 LTS
Thanks
Alex