leapcode / pysqlcipher

Python bindings for SQLCipher
https://leap.se
Other
131 stars 42 forks source link

Installation error _sqllite.so #31

Open alexdpars opened 7 years ago

alexdpars commented 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

metesa commented 7 years ago

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/