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

Jean SUZINEAU jean.suzineau at wanadoo.fr
Wed Jul 10 14:05:48 CEST 2024


I think that usually you should have already (installed by apt) a 
symbolic link named libsqlite3.so pointing to libsqlite3.so.0.

You can try  to create the symbolic link with something like:

ln -s /usr/lib/libsqlite3.so.0 /usr/lib/libsqlite3.so



More information about the lazarus mailing list