SQLite install and use on Raspberry Pi

Hello all,

Using Xojo 2016R1.1, I have compiled for Raspberry Pi a desktop app that uses SQLite. In Windows, it works fine. But when run on the Raspberry Pi, the apps error handlers report that SQLite is not available.

Can anyone suggest a method to correct this?

Thanks,
Tim

I think SQLite is installed on Raspbian but if it’s not. sudo apt-get install sqlite3 might work :slight_smile:

Thanks Albin!
Tim