[Lazarus] How to take a Lazarus project with SQLite to a Linux machine without SQLite

Michael Van Canneyt michael at freepascal.org
Fri Jul 12 13:28:58 CEST 2024



On Fri, 12 Jul 2024, Arí Ricardo Ody via lazarus wrote:

> Hey guys!
>
> I would like to take a program resulting from a Lazarus project that has
> access to SQLite to a machine that does not have SQLite installed.
>
> Initially I copy the SQLite base and take it to the target machine.
>
> So I would like to know how to proceed regarding the part of the program
> resulting from the project. Do I need to take the object program and what
> other modules related to SQLite? How do I organize them on the target
> machine? I put everything in a directory and it's ready?

You must never do this. sqlite is part of every linux distribution.
There is no good reason to install a custom version.
Simply install sqlite on the target machine using the system tools.

Michael.


More information about the lazarus mailing list