Hi, I’m trying to run enterprise sqlcipher jdbc client to encrypt a database. The environment is through running within docker on my Mac M2.
Everything builds fine outside docker. The issue using docker is that there is no “.so” binary for Linux / aarch64.
I’ve tried to patch the jar manually by providing the “.so” binary from the community version. This gets me past the “no platform” issue but then the sqlcipher_export fails with “no such function”
Does anyone have the knowledge how to fix this?