<div dir="ltr">Hello friends!<br><br>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.<br>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.<br>It's such a simple database...<br>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...</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 10, 2024 at 9:05 AM Jean SUZINEAU via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I think that usually you should have already (installed by apt) a <br>
symbolic link named libsqlite3.so pointing to libsqlite3.so.0.<br>
<br>
You can try  to create the symbolic link with something like:<br>
<br>
ln -s /usr/lib/libsqlite3.so.0 /usr/lib/libsqlite3.so<br>
<br>
-- <br>
_______________________________________________<br>
lazarus mailing list<br>
<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank">lazarus@lists.lazarus-ide.org</a><br>
<a href="https://lists.lazarus-ide.org/listinfo/lazarus" rel="noreferrer" target="_blank">https://lists.lazarus-ide.org/listinfo/lazarus</a><br>
</blockquote></div>