Good morning
I’d like to install exqlite with encryption support. I’m trying to use sqlcipher with Livebook for Raspberry Pi 5.
The standard installation of exqlite with sqlcipher in Livebook on Raspberry Pi doesn’t work because the compiler is missing from the final image, and it’s no longer possible to install it in buildroot in the generated image.
I’m try to modifying the nerves_system_rpi5 base image to preinstall everything, and I’ve added sqlcipher to the dependencies in buildroot, but I can’t compile exqlite as a package.
So is there a way to compile exqlite with encryption support? thanks.






















