Forum > Linux

[SOLVED] Using SQLite on Ubuntu 19.04

(1/2) > >>

JanRoza:
Being new on Linux I managed to install Lazarus 2.0.2 and FPC 3.0.4 and all the components I need, but trying to run one of my existing (windows) projects in Lazarus on Ubuntu I get an error the moment the database connection should be opened.
The message says: "/build/glibc-KRRWSm/glibc-2.29/elf/dl-error-skeleton.c was not found" (see sreenshot).

I already have installed sqlite3 and sqlite3-dev but apparently I missed something, can anyone tell me what more needs to be installed?

JanRoza:
Anyone?

john horst:
https://www.atozed.com/forums/printthread.php?tid=767 that should help you.

JanRoza:
That message is about openssl.
Does opening a connection to a sqlite database file use openssl?
It is a non-encrypted unprotected sqlite database.
I don't want to install unnecessary programs or libraries, so that's why I ask.

lucamar:

--- Quote from: JanRoza on May 04, 2019, 05:36:49 pm ---That message is about openssl.

--- End quote ---

That message is about the same problem you have, only in that case it happened while using OpenSSL, just as a previous one involved MySQL. It's a debugger problem, if I understood the post correctly.


--- Quote from: JanRoza on May 04, 2019, 05:36:49 pm ---Does opening a connection to a sqlite database file use openssl?
--- End quote ---

No: SQLite is a strictly local, embedded, self-contained DBMS.

Navigation

[0] Message Index

[#] Next page

Go to full version