No such function: sqlcipher_export

We have built 4.5.3 from source on Windows. When I try to encrypt a database, I get the error: no such function: sqlcipher_export.

PRAGMA cipher_version returns nothing.

I guess we made a mistake somewhere in the build script.

Hi @samvg,

Yes, sqlcipher_export should be present within a SQLCipher build, and PRAGMA cipher_version should return the current SQLCipher library version. Given your results, I also suspect an issue with your build.