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