[Lazarus] Getting started with SQLite with Lazarus on Linux Mint

zeljko zeljko at holobit.hr
Wed Jul 10 14:08:52 CEST 2024



On 10.07.2024 12:59, Arí Ricardo Ody via lazarus wrote:
> Hello!
> 
> I'm trying to use SQLite with Lazarus on a Linux Mint. It is asking for 
> a module ¨libsqlite3.so¨ (without the quotes). I installed sqlite on my 
> linux with apt. I'm not finding ¨libsqlite3.so¨ anywhere on my SSD, and 
> I also couldn't figure out which directory I should put it in if I found 
> it. At most I can find a module ¨libsqlite3.so.0¨ in the /usr/lib directory.
> 
> Would anyone help me, please?
> 

For your development you must install libsqlite3-dev package also (not 
needed for runtime).

zeljko


More information about the lazarus mailing list