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

Arí Ricardo Ody nightrider43 at gmail.com
Wed Jul 10 21:46:03 CEST 2024


Hello friends!

I tried to install libsqlite3-dev and it gave an error during installation.
As for the symbolic link suggestion, I ask in which directory I must be
logged in to execute the creation of the symbolic link.
I really need to know where I can get the library necessary to use slqite3
with Laazarus on Linux Mint. Where each module must reside for the Lazarus
compilation to work.
It's such a simple database...
With Linux Mint I had left behind the idea that to do things on Linux you
need to be an expert or have one nearby. But look at this problem. I can't
use simple SQLite3...

On Wed, Jul 10, 2024 at 9:05 AM Jean SUZINEAU via lazarus <
lazarus at lists.lazarus-ide.org> wrote:

> 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
>
> --
> _______________________________________________
> lazarus mailing list
> lazarus at lists.lazarus-ide.org
> https://lists.lazarus-ide.org/listinfo/lazarus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20240710/01deccb1/attachment-0001.htm>


More information about the lazarus mailing list