Open alexdpars opened 7 years ago
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
Hi,
Did you try to make and install sqlcipher first? https://github.com/sqlcipher/sqlcipher
Link(s): http://charlesleifer.com/blog/encrypted-sqlite-databases-with-python-and-sqlcipher/
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