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
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to